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