summaryrefslogtreecommitdiffstats
path: root/share/man/container-start.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/container-start.1.txt')
-rw-r--r--share/man/container-start.1.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/container-start.1.txt b/share/man/container-start.1.txt
index 2ffb4a0..ae4ff89 100644
--- a/share/man/container-start.1.txt
+++ b/share/man/container-start.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 start all stopped container.
*-f, --force'*::
Removing stray lock file if existing.
@@ -55,6 +55,9 @@ EXAMPLES
*Start example.net container:*::
sudo container start -n example.net
+*Start all container:*::
+ sudo container start -n ALL
+
SEE ALSO
--------