diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-01-26 06:45:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-02-18 14:43:19 +0000 |
commit | d6247c49ced964a8f13d0f5a925f35752326039a (patch) | |
tree | 488b5ab5aa896c5556f432ceb87cd768bdba23df /share/man/container-remove.1.txt | |
parent | Updating year in copyright information for 2018. (diff) | |
download | compute-tools-d6247c49ced964a8f13d0f5a925f35752326039a.tar.xz compute-tools-d6247c49ced964a8f13d0f5a925f35752326039a.zip |
Adding container remove --allow-stop option to override abort of running containers and stop them prior removal.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-remove.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/container-remove.1.txt b/share/man/container-remove.1.txt index bb07762..ab807f4 100644 --- a/share/man/container-remove.1.txt +++ b/share/man/container-remove.1.txt @@ -48,6 +48,9 @@ The following container options are available: *-n, --name='NAME'*:: Specify container name. +*--allow-stop*:: + Stop container prior removal. + *-f, --force*:: Do not prompt before removal. @@ -63,6 +66,9 @@ EXAMPLES *Remove example.net container from the system without prompt:*:: sudo container remove -n example.net -f +*Remove a running container from the system, without prompt:*:: + sudo container remove -n example.net -f --allow-stop + SEE ALSO -------- |