Merge pull request #2198 from usb79/patch-1

Typo in documentation of volume create
This commit is contained in:
Sebastiaan van Stijn
2019-11-26 21:25:27 +01:00
committed by GitHub

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