Merge pull request #567 from christianbumann/patch-1

Add description for the -f flag
This commit is contained in:
Jérôme Petazzoni
2020-10-08 08:37:26 +02:00
committed by GitHub

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