podman-manifest-rm - Man Page
Remove manifest list or image index from local storage
Synopsis
podman manifest rm [options] list-or-index [...]
Description
Removes one or more locally stored manifest lists.
Options
--ignore, -i
If a specified manifest does not exist in the local storage, ignore it and do not throw an error.
Examples
podman manifest rm listid
podman manifest rm --ignore listid1 listid2
See Also
Referenced By
The man page docker-manifest-rm(1) is an alias of podman-manifest-rm(1).