mirror of https://github.com/docker/docs.git
parent
6823f365ad
commit
fb50dd653a
|
@ -130,7 +130,7 @@ docker run -v /Users/<path>:/<container path> ...
|
|||
On Windows, mount directories using:
|
||||
|
||||
```bash
|
||||
docker run -v //c/<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…
Reference in New Issue