Updated Windows mounting example
Signed-off-by: Petr Švihlík <svihlik.petr@gmail.com> Upstream-commit: ea0d7b1b3b4d89e7601cb93740fa9ee0e000dd9f Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user