Merge pull request #1032 from josephmosby/patch-1

Updating dockervolumes.md for Windows mounting
This commit is contained in:
Misty Stanley-Jones 2017-01-18 15:54:59 -08:00 committed by GitHub
commit 6db55381ef
1 changed files with 1 additions and 1 deletions

View File

@ -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