Merge pull request #26294 from petrsvihlik/updated-windows-mounting-example
Updated Windows mounting example Upstream-commit: 368a27a8d80337918d465c8c98100a4e22d9ef1a 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