github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-manifest-inspect.1.md (about) 1 % podman-manifest-inspect(1) 2 3 ## NAME 4 podman\-manifest\-inspect - Display a manifest list or image index 5 6 ## SYNOPSIS 7 **podman manifest inspect** *listnameorindexname* 8 9 ## DESCRIPTION 10 11 Displays the manifest list or image index stored using the specified image name. 12 13 ## RETURN VALUE 14 15 A formatted JSON representation of the manifest list or image index. 16 17 ## EXAMPLES 18 19 ``` 20 podman manifest inspect mylist:v1.11 21 ``` 22 23 ## SEE ALSO 24 podman(1), podman-manifest(1), podman-manifest-create(1), podman-manifest-add(1), podman-manifest-push(1), podman-manifest-remove(1), podman-rmi(1)