diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-05-27 18:57:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-05-27 18:57:28 +0000 |
commit | ec02cf56078c58021d5fe33a738eb00cb0079f74 (patch) | |
tree | b36858f90ef583ac374fa75f4f531bb31c2350ef /share/man/container-restart.1.txt | |
parent | Releasing debian version 20180503-1. (diff) | |
download | open-infrastructure-compute-tools-ec02cf56078c58021d5fe33a738eb00cb0079f74.tar.xz open-infrastructure-compute-tools-ec02cf56078c58021d5fe33a738eb00cb0079f74.zip |
Merging upstream version 20180527.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-restart.1.txt')
-rw-r--r-- | share/man/container-restart.1.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/container-restart.1.txt b/share/man/container-restart.1.txt index 922bbe4..99b461d 100644 --- a/share/man/container-restart.1.txt +++ b/share/man/container-restart.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 restart all started container. EXAMPLES @@ -52,6 +52,9 @@ EXAMPLES *Restart example.net container:*:: sudo container restart -n example.net +*Restart all container:*:: + sudo container restart -n ALL + SEE ALSO -------- @@ -74,4 +77,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. |