logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podman-manifest-rm - Remove manifest list or image index from local storage

Description

       Removes one or more locally stored manifest lists.

Example

       podman manifest rm <list>

       podman manifest rm listid1 listid2

       storage.conf (/etc/containers/storage.conf)

       storage.conf is the storage configuration file for all tools using containers/storage

       The  storage  configuration file specifies all of the available container storage options for tools using
       shared container storage.

Name

       podman-manifest-rm - Remove manifest list or image index from local storage

Options

--ignore,-i
       If a specified manifest does not exist in the local storage, ignore it and do not throw an error.

See Also

podman(1), podman-manifest(1),  containers-storage.conf(5)podman-manifest-rm(1)

Synopsis

podmanmanifestrm [options] list-or-index [...]

See Also