mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #1032 from josephmosby/patch-1
Updating dockervolumes.md for Windows mounting
This commit is contained in:
@@ -127,7 +127,7 @@ docker run -v /Users/<path>:/<container path> ...
|
||||
On Windows, mount directories using:
|
||||
|
||||
```bash
|
||||
docker run -v c:\<path>:/c:\<container path>
|
||||
docker run -v //c/<path>:/<container path>
|
||||
```
|
||||
|
||||
All other paths come from your virtual machine's filesystem, so if you want
|
||||
|
||||
Reference in New Issue
Block a user