mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
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>
This commit is contained in:
@ -4,11 +4,17 @@
|
||||
podman\-manifest\-rm - Remove manifest list or image index from local storage
|
||||
|
||||
## SYNOPSIS
|
||||
**podman manifest rm** *list-or-index* [...]
|
||||
**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>`
|
||||
|
Reference in New Issue
Block a user