docker image

Manage images

Subcommands

NameDescription
buildBuild an image from a Dockerfile
historyShow the history of an image
importImport the contents from a tarball to create a filesystem image
inspectDisplay detailed information on one or more images
loadLoad an image from a tar archive or STDIN
lsList images
pruneRemove unused images
pullPull an image or a repository from a registry
pushPush an image or a repository to a registry
rmRemove one or more images
saveSave one or more images to a tar archive (streamed to STDOUT by default)
tagCreate a tag TARGET_IMAGE that refers to SOURCE_IMAGE