From fc9c0a6285396d81d77238e22929a048c3805e59 Mon Sep 17 00:00:00 2001 From: Christian Bumann <32728064+christianbumann@users.noreply.github.com> Date: Thu, 8 Oct 2020 08:16:53 +0200 Subject: [PATCH] Update Container_Network_Model.md --- slides/containers/Container_Network_Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/containers/Container_Network_Model.md b/slides/containers/Container_Network_Model.md index 748da11f..e39349b8 100644 --- a/slides/containers/Container_Network_Model.md +++ b/slides/containers/Container_Network_Model.md @@ -307,7 +307,7 @@ Let's remove the `redis` container: $ docker rm -f redis ``` -* -f: Force the removal of a running container (uses SIGKILL) +* `-f`: Force the removal of a running container (uses SIGKILL) And create one that doesn't block the `redis` name: