github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/podman-manifest-inspect.1.md.in (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** [*options*] *listnameorindexname*
     8  
     9  ## DESCRIPTION
    10  
    11  Displays the manifest list or image index stored using the specified image name.
    12  ## RETURN VALUE
    13  
    14  A formatted JSON representation of the manifest list or image index.
    15  
    16  ## OPTIONS
    17  
    18  @@option authfile
    19  
    20  @@option tls-verify
    21  
    22  ## EXAMPLES
    23  
    24  Inspect the manifest of mylist:v1.11.
    25  ```
    26  podman manifest inspect mylist:v1.11
    27  ```
    28  
    29  ## SEE ALSO
    30  **[podman(1)](podman.1.md)**, **[podman-manifest(1)](podman-manifest.1.md)**