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

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

Referenced By

podman-manifest(1).