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:
Kir Kolyshkin
2023-04-20 17:57:23 -07:00
parent 3a2c0c2565
commit 42a109198c
+6 -1
View File
@@ -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