docker image

DescriptionManage images
Usagedocker image

Description

Manage images.

Subcommands

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