Browse code

Updated Windows mounting example

Signed-off-by: Petr Švihlík <svihlik.petr@gmail.com>

Petr Švihlík authored on 2016/09/04 01:23:43
Showing 1 changed files
... ...
@@ -134,7 +134,7 @@ docker run -v /Users/<path>:/<container path> ...
134 134
 On Windows, mount directories using:
135 135
 
136 136
 ```bash
137
-docker run -v /c/Users/<path>:/<container path> ...`
137
+docker run -v c:\<path>:/c:\<container path>
138 138
 ```
139 139
 
140 140
 All other paths come from your virtual machine's filesystem, so if you want