From e4edd9445c9b2d7a5a51a7bfef7be59a15eccf7a Mon Sep 17 00:00:00 2001 From: Christian Bumann <32728064+christianbumann@users.noreply.github.com> Date: Wed, 7 Oct 2020 14:00:19 +0200 Subject: [PATCH] Add description for the -f flag --- slides/containers/Container_Network_Model.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/containers/Container_Network_Model.md b/slides/containers/Container_Network_Model.md index 87cf044f..748da11f 100644 --- a/slides/containers/Container_Network_Model.md +++ b/slides/containers/Container_Network_Model.md @@ -307,6 +307,8 @@ Let's remove the `redis` container: $ docker rm -f redis ``` +* -f: Force the removal of a running container (uses SIGKILL) + And create one that doesn't block the `redis` name: ```bash