small reference change

Signed-off-by: Marc Bihlmaier <marc.bihlmaier@reddoxx.com>
This commit is contained in:
Marc Bihlmaier 2017-09-22 00:03:17 +02:00
parent 10e292dbab
commit 9490189cba

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) --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 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 to running `docker rm -v my-container`. Only volumes that are specified without a
name are removed. For example, with name are removed. For example, with