Typo in documentation of volume create

remove doubled negation (doesn't not => does not)

Signed-off-by: USB79 <ulrich.bareth@gmail.com>
This commit is contained in:
usb79 2019-11-15 16:00:18 +01:00 committed by USB79
parent 6c12a82f33
commit c888809bbc
1 changed files with 1 additions and 1 deletions

View File

@ -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