mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Make kill, pause, and unpause parallel.
Operations like kill, pause, and unpause -- which can operation on one or more containers -- can greatly benefit from parallizing its main job (eq kill). In the case of pauseand unpause, an --all option as was added. pause --all will pause all **running** containers. And unpause --all will unpause all **paused** containers. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
podman\-kill - Kills one or more containers with a signal
|
||||
|
||||
## SYNOPSIS
|
||||
**podman kill** [*options*] *container* ...
|
||||
**podman kill** [*options*] [*container* ...]
|
||||
|
||||
## DESCRIPTION
|
||||
The main process inside each container specified will be sent SIGKILL, or any signal specified with option --signal.
|
||||
|
Reference in New Issue
Block a user