github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-manifest.1.md (about) 1 % podman-manifest(1) 2 3 ## NAME 4 podman\-manifest - Create and manipulate manifest lists and image indexes 5 6 ## SYNOPSIS 7 **podman manifest** *subcommand* 8 9 ## DESCRIPTION 10 The `podman manifest` command provides subcommands which can be used to: 11 12 * Create a working Docker manifest list or OCI image index. 13 14 ## SUBCOMMANDS 15 16 | Command | Man Page | Description | 17 | -------- | ------------------------------------------------------------ | --------------------------------------------------------------------------- | 18 | add | [podman-manifest-add(1)](podman-manifest-add.1.md) | Add an image to a manifest list or image index. | 19 | annotate | [podman-manifest-annotate(1)](podman-manifest-annotate.1.md) | Add or update information about an entry in a manifest list or image index. | 20 | create | [podman-manifest-create(1)](podman-manifest-create.1.md) | Create a manifest list or image index. | 21 | inspect | [podman-manifest-inspect(1)](podman-manifest-inspect.1.md) | Display a manifest list or image index. | 22 | push | [podman-manifest-push(1)](podman-manifest-push.1.md) | Push a manifest list or image index to a registry. | 23 | remove | [podman-manifest-remove(1)](podman-manifest-remove.1.md) | Remove an image from a manifest list or image index. | 24 25 ## SEE ALSO 26 podman(1), podman-manifest-add(1), podman-manifest-annotate(1), podman-manifest-create(1), podman-manifest-inspect(1), podman-manifest-push(1), podman-manifest-remove(1)