mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
Add rm --filter option
--filter : remove the filtered container. Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
This commit is contained in:
@@ -131,6 +131,7 @@ type RestartReport struct {
|
||||
}
|
||||
|
||||
type RmOptions struct {
|
||||
Filters map[string][]string
|
||||
All bool
|
||||
Depend bool
|
||||
Force bool
|
||||
|
||||
Reference in New Issue
Block a user