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 you to manage images
15
16
18 ┌────────┬────────────────────────┬────────────────────────────────┐
19 │Command │ Man Page │ Description │
20 ├────────┼────────────────────────┼────────────────────────────────┤
21 │build │ podman-build(1) │ Build a container using a │
22 │ │ │ Dockerfile. │
23 ├────────┼────────────────────────┼────────────────────────────────┤
24 │exists │ podman-image-exists(1) │ Check if an image exists in │
25 │ │ │ local storage. │
26 ├────────┼────────────────────────┼────────────────────────────────┤
27 │history │ podman-history(1) │ Show the history of an image. │
28 ├────────┼────────────────────────┼────────────────────────────────┤
29 │import │ podman-import(1) │ Import a tarball and save it │
30 │ │ │ as a filesystem image. │
31 ├────────┼────────────────────────┼────────────────────────────────┤
32 │inspect │ podman-inspect(1) │ Display a image or image's │
33 │ │ │ configuration. │
34 ├────────┼────────────────────────┼────────────────────────────────┤
35 │list │ podman-images(1) │ List the container images on │
36 │ │ │ the system.(alias ls) │
37 ├────────┼────────────────────────┼────────────────────────────────┤
38 │load │ podman-load(1) │ Load an image from the docker │
39 │ │ │ archive. │
40 ├────────┼────────────────────────┼────────────────────────────────┤
41 │prune │ podman-image-prune(1) │ Remove all unused images from │
42 │ │ │ the local store. │
43 ├────────┼────────────────────────┼────────────────────────────────┤
44 │pull │ podman-pull(1) │ Pull an image from a registry. │
45 ├────────┼────────────────────────┼────────────────────────────────┤
46 │push │ podman-push(1) │ Push an image from local │
47 │ │ │ storage to elsewhere. │
48 ├────────┼────────────────────────┼────────────────────────────────┤
49 │rm │ podman-rmi(1) │ Removes one or more locally │
50 │ │ │ stored images. │
51 ├────────┼────────────────────────┼────────────────────────────────┤
52 │save │ podman-save(1) │ Save an image to │
53 │ │ │ docker-archive or oci. │
54 ├────────┼────────────────────────┼────────────────────────────────┤
55 │sign │ podman-image-sign(1) │ Sign an image. │
56 ├────────┼────────────────────────┼────────────────────────────────┤
57 │tag │ podman-tag(1) │ Add an additional name to a │
58 │ │ │ local image. │
59 ├────────┼────────────────────────┼────────────────────────────────┤
60 │tree │ podman-image-tree(1) │ Prints layer hierarchy of an │
61 │ │ │ image in a tree format. │
62 ├────────┼────────────────────────┼────────────────────────────────┤
63 │trust │ podman-image-trust(1) │ Manage container image trust │
64 │ │ │ policy. │
65 └────────┴────────────────────────┴────────────────────────────────┘
66
68 podman
69
70
71
72 podman-image(1)