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 637a04d commit 31ade55Copy full SHA for 31ade55
engine/tutorials/dockervolumes.md
@@ -126,7 +126,7 @@ docker run -v /Users/<path>:/<container path> ...
126
On Windows, mount directories using:
127
128
```bash
129
-docker run -v //c/<path>:/<container path>
+docker run -v c:\<path>:c:\<container path>
130
```
131
132
All other paths come from your virtual machine's filesystem, so if you want
0 commit comments