github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/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.1.md)**, **[podman-manifest(1)](podman-manifest.1.md)**