github.com/sld880311/docker@v0.0.0-20200524143708-d5593973a475/docs/reference/commandline/image.md (about) 1 2 --- 3 title: "image" 4 description: "The image command description and usage" 5 keywords: "image" 6 --- 7 8 <!-- This file is maintained within the docker/docker Github 9 repository at https://github.com/docker/docker/. Make all 10 pull requests against that repo. If you see this file in 11 another repository, consider it read-only there, as it will 12 periodically be overwritten by the definitive file. Pull 13 requests which include edits to this file in other repositories 14 will be rejected. 15 --> 16 17 # image 18 19 ```markdown 20 Usage: docker image COMMAND 21 22 Manage images 23 24 Options: 25 --help Print usage 26 27 Commands: 28 build Build an image from a Dockerfile 29 history Show the history of an image 30 import Import the contents from a tarball to create a filesystem image 31 inspect Display detailed information on one or more images 32 load Load an image from a tar archive or STDIN 33 ls List images 34 prune Remove unused images 35 pull Pull an image or a repository from a registry 36 push Push an image or a repository to a registry 37 rm Remove one or more images 38 save Save one or more images to a tar archive (streamed to STDOUT by default) 39 tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE 40 41 Run 'docker image COMMAND --help' for more information on a command. 42 43 ``` 44 45 ## Description 46 47 Manage images.