From 6dfbd8d9b0b55ebe052f91ae5823d8108799983a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Feb 2018 16:12:38 +0100 Subject: Merging upstream version 20180218. Signed-off-by: Daniel Baumann --- share/man/container-remove.1.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share/man/container-remove.1.txt') 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 +// Copyright (C) 2014-2018 Daniel Baumann // // 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 -------- -- cgit v1.2.3