mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
runc-kill(8): amend the --all description
Document the aspects of --all. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+6
-1
@@ -17,7 +17,12 @@ to list available signals.
|
||||
|
||||
# OPTIONS
|
||||
**--all**|**-a**
|
||||
: Send the signal to all processes inside the container.
|
||||
: Send the signal to all processes inside the container, rather than
|
||||
the container's init only. This option is useful when the container does not
|
||||
have its own PID namespace.
|
||||
|
||||
: When this option is set, no error is returned if the container is stopped
|
||||
or does not exist.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user