Преглед изворни кода

Merge pull request #26294 from petrsvihlik/updated-windows-mounting-example

Updated Windows mounting example
Michael Crosby пре 8 година
родитељ
комит
368a27a8d8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/tutorials/dockervolumes.md

+ 1 - 1
docs/tutorials/dockervolumes.md

@@ -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