Remove a stray 'not'

Signed-off-by: Jeremy Yallop <yallop@docker.com>
This commit is contained in:
Jeremy Yallop 2017-02-10 14:08:42 +00:00
parent d416168b31
commit 25c110d1b2
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