Change mount syntax on windows from //c/ to c:\ (#2761)

LGTM
This commit is contained in:
Marcin Goliński 2017-04-14 23:05:22 +02:00 committed by Jim Galasyn
parent 6823f365ad
commit fb50dd653a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ docker run -v /Users/<path>:/<container path> ...
On Windows, mount directories using:
```bash
docker run -v //c/<path>:/<container path>
docker run -v c:\<path>:c:\<container path>
```
All other paths come from your virtual machine's filesystem, so if you want