From 9150b56d098f6043c3f1570da5531ed10586784a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 25 Oct 2016 15:54:57 +0200 Subject: Readding -f|--force option in container stop command. Signed-off-by: Daniel Baumann --- share/man/container-stop.1.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share') diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt index 8b864d6..7531f1c 100644 --- a/share/man/container-stop.1.txt +++ b/share/man/container-stop.1.txt @@ -44,12 +44,18 @@ The following container options are available: *-n, --name='NAME'*:: Specify container name. +*-f, --force*:: + Instead of running the proper shutdown sequence, terminate all processes of the container imediatly. + EXAMPLES -------- *Shutdown example.net container:*:: sudo container stop -n example.net +*Immediately stop example.net container:*:: + sudo container stop -n example.net -f + SEE ALSO -------- -- cgit v1.2.3