mirror of https://github.com/docker/docs.git
Remove a stray 'not'
Signed-off-by: Jeremy Yallop <yallop@docker.com>
This commit is contained in:
parent
d416168b31
commit
25c110d1b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue