Files
podman/docs/source/markdown/podman-manifest-rm.1.md
Ed Santiago d5527c3304 System tests: deal with crun 0.20.1
crun 0.20.1 changed an error message that we relied on. Deal
with it by accepting the old and new message.

Also (unrelated): sneak in some doc fixes to get rid of
nasty go-md2man warnings that have crept into man pages.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2021-06-09 10:15:12 -06:00

26 lines
676 B
Markdown

# podman-manifest-rm "1" "April 2021" "podman"
## NAME
podman\-manifest\-rm - Remove manifest list or image index from local storage
## SYNOPSIS
**podman manifest rm** *list-or-index* [...]
## DESCRIPTION
Removes one or more locally stored manifest lists.
## 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), containers-storage.conf(5), podman-manifest(1)