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

NAME

6       podman-manifest  -  Create  and manipulate manifest lists and image in‐
7       dexes
8
9

SYNOPSIS

11       podman manifest subcommand
12
13

DESCRIPTION

15       The podman manifest command provides subcommands which can be used to:
16
17
18              * Create a working Docker manifest list or OCI image index.
19
20
21

SUBCOMMANDS

23       ┌─────────┬─────────────────────────────┬─────────────────────┐
24Command  Man Page                    Description         
25       ├─────────┼─────────────────────────────┼─────────────────────┤
26       │add      │ podman-manifest-add(1)      │ Add an image  to  a │
27       │         │                             │ manifest   list  or │
28       │         │                             │ image index.        │
29       ├─────────┼─────────────────────────────┼─────────────────────┤
30       │annotate │ podman-manifest-annotate(1) │ Add or  update  in‐ │
31       │         │                             │ formation  about an │
32       │         │                             │ entry in a manifest │
33       │         │                             │ list  or  image in‐ │
34       │         │                             │ dex.                │
35       ├─────────┼─────────────────────────────┼─────────────────────┤
36       │create   │ podman-manifest-create(1)   │ Create  a  manifest │
37       │         │                             │ list  or  image in‐ │
38       │         │                             │ dex.                │
39       ├─────────┼─────────────────────────────┼─────────────────────┤
40       │exists   │ podman-manifest-exists(1)   │ Check if the  given │
41       │         │                             │ manifest  list  ex‐ │
42       │         │                             │ ists in local stor‐ │
43       │         │                             │ age                 │
44       ├─────────┼─────────────────────────────┼─────────────────────┤
45       │inspect  │ podman-manifest-inspect(1)  │ Display  a manifest │
46       │         │                             │ list or  image  in‐ │
47       │         │                             │ dex.                │
48       ├─────────┼─────────────────────────────┼─────────────────────┤
49       │push     │ podman-manifest-push(1)     │ Push   a   manifest │
50       │         │                             │ list or image index │
51       │         │                             │ to a registry.      │
52       ├─────────┼─────────────────────────────┼─────────────────────┤
53       │remove   │ podman-manifest-remove(1)   │ Remove   an   image │
54       │         │                             │ from   a   manifest │
55       │         │                             │ list  or  image in‐ │
56       │         │                             │ dex.                │
57       ├─────────┼─────────────────────────────┼─────────────────────┤
58       │         │                             │                     │
59       └─────────┴─────────────────────────────┴─────────────────────┘
60

SEE ALSO

62       podman(1),  podman-manifest-add(1),  podman-manifest-annotate(1),  pod‐
63       man-manifest-create(1),     podman-manifest-inspect(1),    podman-mani‐
64       fest-push(1), podman-manifest-remove(1)
65
66
67
68                                                          podman-manifest(1)()
Impressum