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       │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-inspect(1)       │ Display  a  image  or  image's │
36       │        │                         │ configuration.                 │
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)           │ Removes  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       │search  │ podman-search(1)        │ Search   a   registry  for  an │
62       │        │                         │ image.                         │
63       ├────────┼─────────────────────────┼────────────────────────────────┤
64       │sign    │ podman-image-sign(1)    │ Create  a  signature  for   an │
65       │        │                         │ image.                         │
66       ├────────┼─────────────────────────┼────────────────────────────────┤
67       │tag     │ podman-tag(1)           │ Add  an  additional  name to a │
68       │        │                         │ local image.                   │
69       ├────────┼─────────────────────────┼────────────────────────────────┤
70       │tree    │ podman-image-tree(1)    │ Prints layer hierarchy  of  an │
71       │        │                         │ image in a tree format.        │
72       ├────────┼─────────────────────────┼────────────────────────────────┤
73       │trust   │ podman-image-trust(1)   │ Manage    container   registry │
74       │        │                         │ image trust policy.            │
75       ├────────┼─────────────────────────┼────────────────────────────────┤
76       │unmount │ podman-image-unmount(1) │ Unmount   an   image's    root │
77       │        │                         │ filesystem.                    │
78       ├────────┼─────────────────────────┼────────────────────────────────┤
79       │untag   │ podman-untag(1)         │ Removes one or more names from │
80       │        │                         │ a locally-stored image.        │
81       ├────────┼─────────────────────────┼────────────────────────────────┤
82       │        │                         │                                │
83       └────────┴─────────────────────────┴────────────────────────────────┘
84

SEE ALSO

86       podman
87
88
89
90                                                             podman-image(1)()
Impressum