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: