small reference change

Signed-off-by: Marc Bihlmaier <marc.bihlmaier@reddoxx.com>
master
Marc Bihlmaier 2017-09-22 00:03:17 +02:00
parent 10e292dbab
commit 9490189cba
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ the container exits**, you can add the `--rm` flag:
--rm=false: Automatically remove the container when it exits (incompatible with -d)
> **Note**: When you set the `--rm` flag, Docker also removes the volumes
> **Note**: When you set the `--rm` flag, Docker also removes the anonymous volumes
associated with the container when the container is removed. This is similar
to running `docker rm -v my-container`. Only volumes that are specified without a
name are removed. For example, with