mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26294 from petrsvihlik/updated-windows-mounting-example
Updated Windows mounting example
This commit is contained in:
commit
368a27a8d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue