summaryrefslogtreecommitdiffstats
path: root/share/man/container-stop.1.txt
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-10-25 13:38:07 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-12-11 12:27:06 +0000
commit099f87b7cb263b96db95098147c8b5d3ef614dc1 (patch)
tree9855059bd1b19002abe2fa98669cc878a6aa1901 /share/man/container-stop.1.txt
parentAdding upstream version 20161101. (diff)
downloadopen-infrastructure-compute-tools-099f87b7cb263b96db95098147c8b5d3ef614dc1.tar.xz
open-infrastructure-compute-tools-099f87b7cb263b96db95098147c8b5d3ef614dc1.zip
Adding upstream version 20161105.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/man/container-stop.1.txt')
-rw-r--r--share/man/container-stop.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt
index 8b864d6..7531f1c 100644
--- a/share/man/container-stop.1.txt
+++ b/share/man/container-stop.1.txt
@@ -44,12 +44,18 @@ The following container options are available:
*-n, --name='NAME'*::
Specify container name.
+*-f, --force*::
+ Instead of running the proper shutdown sequence, terminate all processes of the container imediatly.
+
EXAMPLES
--------
*Shutdown example.net container:*::
sudo container stop -n example.net
+*Immediately stop example.net container:*::
+ sudo container stop -n example.net -f
+
SEE ALSO
--------