github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/podman-manifest-rm.1.md (about)

     1  % podman-manifest-rm 1
     2  
     3  ## NAME
     4  podman\-manifest\-rm - Remove manifest list or image index from local storage
     5  
     6  ## SYNOPSIS
     7  **podman manifest rm** *list-or-index* [...]
     8  
     9  ## DESCRIPTION
    10  Removes one or more locally stored manifest lists.
    11  
    12  ## EXAMPLE
    13  
    14  podman manifest rm `<list>`
    15  
    16  podman manifest rm listid1 listid2
    17  
    18  **storage.conf** (`/etc/containers/storage.conf`)
    19  
    20  storage.conf is the storage configuration file for all tools using containers/storage
    21  
    22  The storage configuration file specifies all of the available container storage options for tools using shared container storage.
    23  
    24  ## SEE ALSO
    25  **[podman(1)](podman.1.md)**, **[podman-manifest(1)](podman-manifest.1.md)**,  **[containers-storage.conf(5)](https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md)**