Files
podman/docs/source/markdown/podman-manifest-rm.1.md
Matt Heon d1187be8a3 Bunch of trivial manpage fixes
In a lot of places, `Example` -> `Examples` for consistency

Plus similar trivial fixes

Signed-off-by: Matt Heon <mheon@redhat.com>
2025-06-12 02:22:42 -04:00

30 lines
694 B
Markdown

% 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
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-manifest(1)](podman-manifest.1.md)**, **[containers-storage.conf(5)](https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md)**