File: image.md

package info (click to toggle)
docker.io 26.1.5%2Bdfsg1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68,576 kB
  • sloc: sh: 5,748; makefile: 912; ansic: 664; asm: 228; python: 162
file content (29 lines) | stat: -rw-r--r-- 1,650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.