2023-01-06 13:04:05 -05:00
|
|
|
# image
|
2017-03-27 05:10:58 -04:00
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Manage images
|
2017-03-27 05:10:58 -04:00
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
### Subcommands
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
|:------------------------------|:-------------------------------------------------------------------------|
|
|
|
|
| [`build`](image_build.md) | Build an image from a Dockerfile |
|
|
|
|
| [`history`](image_history.md) | Show the history of an image |
|
|
|
|
| [`import`](image_import.md) | Import the contents from a tarball to create a filesystem image |
|
|
|
|
| [`inspect`](image_inspect.md) | Display detailed information on one or more images |
|
|
|
|
| [`load`](image_load.md) | Load an image from a tar archive or STDIN |
|
|
|
|
| [`ls`](image_ls.md) | List images |
|
|
|
|
| [`prune`](image_prune.md) | Remove unused images |
|
|
|
|
| [`pull`](image_pull.md) | Download an image from a registry |
|
|
|
|
| [`push`](image_push.md) | Upload an image to a registry |
|
|
|
|
| [`rm`](image_rm.md) | Remove one or more images |
|
|
|
|
| [`save`](image_save.md) | Save one or more images to a tar archive (streamed to STDOUT by default) |
|
|
|
|
| [`tag`](image_tag.md) | Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE |
|
2017-03-27 05:10:58 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
<!---MARKER_GEN_END-->
|
2017-03-27 05:10:58 -04:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
Manage images.
|