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
commit fc83b941f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ configure the container to use it, for example:
hello hello
$ docker run -d -v hello:/world busybox ls /world $ 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. not support relative paths for mount points inside the container.
Multiple containers can use the same volume in the same time period. This is Multiple containers can use the same volume in the same time period. This is