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

Skip to content

Commit 31ade55

Browse files
joozek78johndmulhausen
authored andcommitted
Change mount syntax on windows from //c/ to c:\ (docker#2761)
LGTM
1 parent 637a04d commit 31ade55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/tutorials/dockervolumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ docker run -v /Users/<path>:/<container path> ...
126126
On Windows, mount directories using:
127127

128128
```bash
129-
docker run -v //c/<path>:/<container path>
129+
docker run -v c:\<path>:c:\<container path>
130130
```
131131

132132
All other paths come from your virtual machine's filesystem, so if you want

0 commit comments

Comments
 (0)