mirror of https://github.com/docker/docs.git
Merge pull request #1032 from josephmosby/patch-1
Updating dockervolumes.md for Windows mounting
This commit is contained in:
commit
6db55381ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue