Merge pull request #26294 from petrsvihlik/updated-windows-mounting-example

Updated Windows mounting example
(cherry picked from commit 368a27a8d8)

Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
Michael Crosby 2016-09-06 09:05:50 -07:00 committed by Charles Smith
parent 1a57e1b1f5
commit 01de2e76b4

View file

@ -134,7 +134,7 @@ docker run -v /Users/<path>:/<container path> ...
On Windows, mount directories using:
```bash
docker run -v /c/Users/<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