diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 18:32:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 18:44:03 +0000 |
commit | 9dfb6f87d0696fbf1930eda7d1957f52f2551988 (patch) | |
tree | 2608c0c8607a1689c23bde67cf10be7cb8cb23ad /share/man/container-stop.1.txt | |
parent | Correcting typo in verbose option handling of container remove command. (diff) | |
download | compute-tools-9dfb6f87d0696fbf1930eda7d1957f52f2551988.tar.xz compute-tools-9dfb6f87d0696fbf1930eda7d1957f52f2551988.zip |
Adding 'ALL' as pseudo container name for container start, stop, restart, and remove commands to act on all available container respectivly.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/man/container-stop.1.txt')
-rw-r--r-- | share/man/container-stop.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt index 5f1d221..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 -------- |