Merge pull request #3834 from kolyshkin/doc-kill-a

runc-kill(8): amend the --all description
This commit is contained in:
Akihiro Suda
2023-04-21 16:50:09 +02:00
committed by GitHub
+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