other versions
- trixie 5.4.2+ds1-2+b1
- testing 5.6.2+ds1-4+b1
- unstable 5.6.2+ds1-4+b1
- experimental 5.7.0+ds2-1
| podman-manifest-rm(1) | General Commands Manual | 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.
EXAMPLES¶
podman manifest rm listid
podman manifest rm --ignore listid1 listid2