Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25c110d

Browse files
committed
Remove a stray 'not'
Signed-off-by: Jeremy Yallop <[email protected]>
1 parent d416168 commit 25c110d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/engine-cli/docker_volume_create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long: |
1010
$ docker run -d -v hello:/world busybox ls /world
1111
1212
The mount is created inside the container's `/src` directory. Docker doesn't
13-
not support relative paths for mount points inside the container.
13+
support relative paths for mount points inside the container.
1414
1515
Multiple containers can use the same volume in the same time period. This is
1616
useful if two containers need access to shared data. For example, if one

0 commit comments

Comments
 (0)