mirror of https://github.com/docker/cli.git
Typo in documentation of volume create
remove doubled negation (doesn't not => does not) Signed-off-by: USB79 <ulrich.bareth@gmail.com>
This commit is contained in:
parent
6c12a82f33
commit
c888809bbc
|
@ -6,7 +6,7 @@ configure the container to use it, for example:
|
||||||
hello
|
hello
|
||||||
$ docker run -d -v hello:/world busybox ls /world
|
$ docker run -d -v hello:/world busybox ls /world
|
||||||
|
|
||||||
The mount is created inside the container's `/src` directory. Docker doesn't
|
The mount is created inside the container's `/src` directory. Docker does
|
||||||
not support relative paths for mount points inside the container.
|
not support relative paths for mount points inside the container.
|
||||||
|
|
||||||
Multiple containers can use the same volume in the same time period. This is
|
Multiple containers can use the same volume in the same time period. This is
|
||||||
|
|
Loading…
Reference in New Issue