summaryrefslogtreecommitdiffstats
path: root/share/man/container-stop.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/container-stop.1.txt')
-rw-r--r--share/man/container-stop.1.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt
index 22589be..ec169d8 100644
--- a/share/man/container-stop.1.txt
+++ b/share/man/container-stop.1.txt
@@ -44,7 +44,7 @@ OPTIONS
The following container options are available:
*-n, --name='NAME'*::
- Specify container name.
+ Specify container name. Specifying 'ALL' will stop all started container.
*-f, --force*::
Instead of running the proper shutdown sequence, terminate all processes of the container imediatly.
@@ -58,6 +58,9 @@ EXAMPLES
*Immediately stop example.net container:*::
sudo container stop -n example.net -f
+*Stop all container:*::
+ sudo container stop -n ALL
+
SEE ALSO
--------
@@ -80,4 +83,4 @@ Debian specific bugs can also be reported in the Debian Bug Tracking System at h
AUTHORS
-------
-container-tools was written by Daniel Baumann <daniel.baumann@open-infrastructure.net>.
+container-tools was written by Daniel Baumann <daniel.baumann@open-infrastructure.net> and others.