Update Container_Network_Model.md

This commit is contained in:
Christian Bumann
2020-10-08 08:16:53 +02:00
committed by GitHub
parent e4edd9445c
commit fc9c0a6285

View File

@@ -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: