summaryrefslogtreecommitdiffstats
path: root/share/man/container-stop.1.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-05 08:27:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-05 08:27:42 +0000
commitdf8f3eccb410d23ea46774816ea47370fe7ef406 (patch)
tree2d4fbcec55e6ab05c42348ea2bbbe80eb7f16414 /share/man/container-stop.1.rst
parentAdding upstream version 20220604. (diff)
downloadopen-infrastructure-compute-tools-df8f3eccb410d23ea46774816ea47370fe7ef406.tar.xz
open-infrastructure-compute-tools-df8f3eccb410d23ea46774816ea47370fe7ef406.zip
Adding upstream version 20220605.upstream/20220605
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-stop.1.rst')
-rw-r--r--share/man/container-stop.1.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/container-stop.1.rst b/share/man/container-stop.1.rst
index 31b24b4..bf668be 100644
--- a/share/man/container-stop.1.rst
+++ b/share/man/container-stop.1.rst
@@ -49,6 +49,12 @@ The following **container stop** options are available:
Specify container name. Specifying 'ALL' will stop all started container.
-f, --force:
+ Do not prompt before every stopping.
+
+-i, --interactive:
+ Prompt before every stopping (default).
+
+-k, --kill:
Instead of running the proper shutdown sequence, terminate all processes of the container imediatly.
-v, --verbose:
@@ -61,9 +67,13 @@ Shutdown example.net container:
sudo container stop -n example.net
+Shutdown example.net container without prompting:
+
+ sudo container stop -n example.net -f
+
Immediately stop example.net container:
- sudo container stop -n example.net -f
+ sudo container stop -n example.net -k
Stop all container: