1podman-image(1)()                                            podman-image(1)()
2
3
4

NAME

6       podman-image - Manage images
7
8

SYNOPSIS

10       podman image subcommand
11
12

DESCRIPTION

14       The image command allows you to manage images
15
16

COMMANDS

18       ┌────────┬────────────────────────┬────────────────────────────────┐
19Command 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 stor‐ │
47       │        │                        │ age 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  docker-ar‐ │
53       │        │                        │ chive or oci.                  │
54       ├────────┼────────────────────────┼────────────────────────────────┤
55       │sign    │ podman-image-sign(1)   │ Create   a  signature  for  an │
56       │        │                        │ image.                         │
57       ├────────┼────────────────────────┼────────────────────────────────┤
58       │tag     │ podman-tag(1)          │ Add an additional  name  to  a │
59       │        │                        │ local image.                   │
60       ├────────┼────────────────────────┼────────────────────────────────┤
61       │tree    │ podman-image-tree(1)   │ Prints  layer  hierarchy of an │
62       │        │                        │ image in a tree format.        │
63       ├────────┼────────────────────────┼────────────────────────────────┤
64       │trust   │ podman-image-trust(1)  │ Manage   container    registry │
65       │        │                        │ image trust policy.            │
66       └────────┴────────────────────────┴────────────────────────────────┘
67

SEE ALSO

69       podman
70
71
72
73                                                             podman-image(1)()
Impressum