Merge pull request #1594 from yallop/dne

Remove a stray 'not'
This commit is contained in:
Misty Stanley-Jones 2017-02-10 09:27:38 -08:00 committed by GitHub
commit 391adb4c5b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ long: |
$ docker run -d -v hello:/world busybox ls /world
The mount is created inside the container's `/src` directory. Docker doesn't
not support relative paths for mount points inside the container.
support relative paths for mount points inside the container.
Multiple containers can use the same volume in the same time period. This is
useful if two containers need access to shared data. For example, if one