Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d416168 commit 25c110dCopy full SHA for 25c110d
_data/engine-cli/docker_volume_create.yaml
@@ -10,7 +10,7 @@ long: |
10
$ docker run -d -v hello:/world busybox ls /world
11
12
The mount is created inside the container's `/src` directory. Docker doesn't
13
- not support relative paths for mount points inside the container.
+ support relative paths for mount points inside the container.
14
15
Multiple containers can use the same volume in the same time period. This is
16
useful if two containers need access to shared data. For example, if one
0 commit comments