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