diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-06 08:46:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-06 08:46:58 +0000 |
commit | 02cd53cbdce71a8fe6f9cbcf83d16b0391540b29 (patch) | |
tree | d8f8458fe1f809b1b86e3cb4ddb2b865178a4246 /share/man/container-stop.1.txt | |
parent | Releasing debian version 20161101-lts1-1. (diff) | |
download | open-infrastructure-compute-tools-02cd53cbdce71a8fe6f9cbcf83d16b0391540b29.tar.xz open-infrastructure-compute-tools-02cd53cbdce71a8fe6f9cbcf83d16b0391540b29.zip |
Merging 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.txt | 6 |
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 -------- |