Files
podman/docs/source/markdown/podman-manifest-rm.1.md
Daniel J Walsh 5181becfde Add podman manifest rm --ignore
When removing manifests, users should be allowed to ignore
ones that no longer exists.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2025-01-22 11:43:47 -05:00

939 B

% podman-manifest-rm 1

NAME

podman-manifest-rm - 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.

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)