зеркало из https://github.com/microsoft/docker.git
Updated Windows mounting example
Signed-off-by: Petr Švihlík <svihlik.petr@gmail.com>
This commit is contained in:
Родитель
2e0bc0393a
Коммит
ea0d7b1b3b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче