mirror of https://github.com/docker/docs.git
commit
391adb4c5b
|
@ -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