diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-18 15:12:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-18 15:12:33 +0000 |
commit | b609b560db2c50b53a7243e257b0692dd612ad06 (patch) | |
tree | 140ac1a219edd21244fc1f2d5989342aa7711f0c /share/man/container-remove.1.txt | |
parent | Adding upstream version 20180118. (diff) | |
download | open-infrastructure-compute-tools-b609b560db2c50b53a7243e257b0692dd612ad06.tar.xz open-infrastructure-compute-tools-b609b560db2c50b53a7243e257b0692dd612ad06.zip |
Adding upstream version 20180218.upstream/20180218
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-remove.1.txt')
-rw-r--r-- | share/man/container-remove.1.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/container-remove.1.txt b/share/man/container-remove.1.txt index 8dd6fdc..ab807f4 100644 --- a/share/man/container-remove.1.txt +++ b/share/man/container-remove.1.txt @@ -1,5 +1,5 @@ // container-tools - Manage systemd-nspawn containers -// Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net> +// Copyright (C) 2014-2018 Daniel Baumann <daniel.baumann@open-infrastructure.net> // // SPDX-License-Identifier: GPL-3.0+ // @@ -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 -------- |