summaryrefslogtreecommitdiffstats
path: root/share/man/container-remove.1.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-27 18:57:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-27 18:57:08 +0000
commit34f9dde6d7bc82cef01eb7b3ab001f3e058782f2 (patch)
treebebd390e420aa1556459c192836e271417411273 /share/man/container-remove.1.txt
parentAdding upstream version 20180503. (diff)
downloadopen-infrastructure-compute-tools-34f9dde6d7bc82cef01eb7b3ab001f3e058782f2.tar.xz
open-infrastructure-compute-tools-34f9dde6d7bc82cef01eb7b3ab001f3e058782f2.zip
Adding upstream version 20180527.upstream/20180527
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-remove.1.txt')
-rw-r--r--share/man/container-remove.1.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/container-remove.1.txt b/share/man/container-remove.1.txt
index ab807f4..94d167b 100644
--- a/share/man/container-remove.1.txt
+++ b/share/man/container-remove.1.txt
@@ -46,7 +46,7 @@ OPTIONS
The following container options are available:
*-n, --name='NAME'*::
- Specify container name.
+ Specify container name. Specifying 'ALL' will remove all stopped container.
*--allow-stop*::
Stop container prior removal.
@@ -69,6 +69,9 @@ EXAMPLES
*Remove a running container from the system, without prompt:*::
sudo container remove -n example.net -f --allow-stop
+*Remove all container:*::
+ sudo container remove -n ALL
+
SEE ALSO
--------
@@ -91,4 +94,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.