mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
kpod stop -a
Stop all running containers with single switch. Useful for maintainence of a system or integration tests. Signed-off-by: baude <bbaude@redhat.com> Closes: #90 Approved by: rhatdan
This commit is contained in:
@ -1352,7 +1352,9 @@ _kpod_stop() {
|
||||
local options_with_args="
|
||||
--timeout -t
|
||||
"
|
||||
local boolean_options=""
|
||||
local boolean_options="
|
||||
--all
|
||||
-a"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user