From 9490189cba62db562411e4d9252dbaa462e4516d Mon Sep 17 00:00:00 2001 From: Marc Bihlmaier Date: Fri, 22 Sep 2017 00:03:17 +0200 Subject: [PATCH] small reference change Signed-off-by: Marc Bihlmaier --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index b5ad3e39a6..278b944d77 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -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