1podman-image(1) General Commands Manual podman-image(1)
2
3
4
6 podman-image - Manage images
7
8
10 podman image subcommand
11
12
14 The image command allows the management of images
15
16
18 ┌────────┬─────────────────────────┬────────────────────────────────┐
19 │Command │ Man Page │ Description │
20 ├────────┼─────────────────────────┼────────────────────────────────┤
21 │build │ podman-build(1) │ Build a container using a │
22 │ │ │ Dockerfile. │
23 ├────────┼─────────────────────────┼────────────────────────────────┤
24 │diff │ podman-image-diff(1) │ Inspect changes on an image's │
25 │ │ │ filesystem. │
26 ├────────┼─────────────────────────┼────────────────────────────────┤
27 │exists │ podman-image-exists(1) │ Check if an image exists in │
28 │ │ │ local storage. │
29 ├────────┼─────────────────────────┼────────────────────────────────┤
30 │history │ podman-history(1) │ Show the history of an image. │
31 ├────────┼─────────────────────────┼────────────────────────────────┤
32 │import │ podman-import(1) │ Import a tarball and save it │
33 │ │ │ as a filesystem image. │
34 ├────────┼─────────────────────────┼────────────────────────────────┤
35 │inspect │ podman-image-inspect(1) │ Display an image's configura‐ │
36 │ │ │ tion. │
37 ├────────┼─────────────────────────┼────────────────────────────────┤
38 │list │ podman-images(1) │ List the container images on │
39 │ │ │ the system.(alias ls) │
40 ├────────┼─────────────────────────┼────────────────────────────────┤
41 │load │ podman-load(1) │ Load an image from the docker │
42 │ │ │ archive. │
43 ├────────┼─────────────────────────┼────────────────────────────────┤
44 │mount │ podman-image-mount(1) │ Mount an image's root filesys‐ │
45 │ │ │ tem. │
46 ├────────┼─────────────────────────┼────────────────────────────────┤
47 │prune │ podman-image-prune(1) │ Remove all unused images from │
48 │ │ │ the local store. │
49 ├────────┼─────────────────────────┼────────────────────────────────┤
50 │pull │ podman-pull(1) │ Pull an image from a registry. │
51 ├────────┼─────────────────────────┼────────────────────────────────┤
52 │push │ podman-push(1) │ Push an image from local stor‐ │
53 │ │ │ age to elsewhere. │
54 ├────────┼─────────────────────────┼────────────────────────────────┤
55 │rm │ podman-rmi(1) │ Remove one or more locally │
56 │ │ │ stored images. │
57 ├────────┼─────────────────────────┼────────────────────────────────┤
58 │save │ podman-save(1) │ Save an image to docker-ar‐ │
59 │ │ │ chive or oci. │
60 ├────────┼─────────────────────────┼────────────────────────────────┤
61 │scp │ podman-image-scp(1) │ Securely copy an image from │
62 │ │ │ one host to another. │
63 ├────────┼─────────────────────────┼────────────────────────────────┤
64 │search │ podman-search(1) │ Search a registry for an im‐ │
65 │ │ │ age. │
66 ├────────┼─────────────────────────┼────────────────────────────────┤
67 │sign │ podman-image-sign(1) │ Create a signature for an im‐ │
68 │ │ │ age. │
69 ├────────┼─────────────────────────┼────────────────────────────────┤
70 │tag │ podman-tag(1) │ Add an additional name to a │
71 │ │ │ local image. │
72 ├────────┼─────────────────────────┼────────────────────────────────┤
73 │tree │ podman-image-tree(1) │ Print layer hierarchy of an │
74 │ │ │ image in a tree format. │
75 ├────────┼─────────────────────────┼────────────────────────────────┤
76 │trust │ podman-image-trust(1) │ Manage container registry im‐ │
77 │ │ │ age trust policy. │
78 ├────────┼─────────────────────────┼────────────────────────────────┤
79 │unmount │ podman-image-unmount(1) │ Unmount an image's root │
80 │ │ │ filesystem. │
81 ├────────┼─────────────────────────┼────────────────────────────────┤
82 │untag │ podman-untag(1) │ Remove one or more names from │
83 │ │ │ a locally-stored image. │
84 └────────┴─────────────────────────┴────────────────────────────────┘
85
87 podman(1)
88
89
90
91 podman-image(1)