Image
A container image.
Fields
idFull image ID (
sha256:...)createdCreation timestamp
sizeImage size in bytes
layersArray of layer digest strings
architectureCPU architecture (e.g.
"amd64")osOperating system (e.g.
"linux")cmdCommand (
arrayofstr)entrypointEntrypoint (
arrayofstr)envEnvironment (a
dict)working_dirWorking directory (a
Path)userUser (
str)labelsLabels (
dict)A
Methods
tags()
Current tags, or an empty array for untagged images.
tag new_tag
Tag the image with a new name.
remove :force?
Remove the image.
force: force removal even if the image is in use
save target :format? :platform?
Save the image to an archive or directory.