# image

<!---MARKER_GEN_START-->
Manage images

### 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                    |



<!---MARKER_GEN_END-->

## Description

Manage images.
