Add description for the -f flag

This commit is contained in:
Christian Bumann
2020-10-07 14:00:19 +02:00
committed by GitHub
parent 5c329b0b79
commit e4edd9445c

View File

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