mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
Update Container_Network_Model.md
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user