podman-manifest-rm - Man Page

Remove manifest list or image index from local storage

Synopsis

podman manifest rm list-or-index [...]

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.

See Also

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

Referenced By

podman-manifest(1).

The man page docker-manifest-rm(1) is an alias of podman-manifest-rm(1).