diff options
Diffstat (limited to 'share/man/container-remove.1.txt')
-rw-r--r-- | share/man/container-remove.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/container-remove.1.txt b/share/man/container-remove.1.txt index afc078c..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 -------- |