1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Updated Windows mounting example

Signed-off-by: Petr Švihlík <svihlik.petr@gmail.com>
This commit is contained in:
Petr Švihlík 2016-09-03 18:23:43 +02:00
parent 2e0bc0393a
commit ea0d7b1b3b

View file

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