mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Add --time out for podman * rm -f commands
Add --time flag to podman container rm Add --time flag to podman pod rm Add --time flag to podman volume rm Add --time flag to podman network rm Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -132,6 +132,7 @@ type RmOptions struct {
|
||||
Force bool
|
||||
Ignore bool
|
||||
Latest bool
|
||||
Timeout *uint
|
||||
Volumes bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user