From c888809bbcc81314d07a5409035851c7815dea65 Mon Sep 17 00:00:00 2001 From: usb79 Date: Fri, 15 Nov 2019 16:00:18 +0100 Subject: [PATCH] Typo in documentation of volume create remove doubled negation (doesn't not => does not) Signed-off-by: USB79 --- man/src/volume/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/src/volume/create.md b/man/src/volume/create.md index 408079d62d..1935b07e02 100644 --- a/man/src/volume/create.md +++ b/man/src/volume/create.md @@ -6,7 +6,7 @@ configure the container to use it, for example: hello $ docker run -d -v hello:/world busybox ls /world -The mount is created inside the container's `/src` directory. Docker doesn't +The mount is created inside the container's `/src` directory. Docker does not support relative paths for mount points inside the container. Multiple containers can use the same volume in the same time period. This is