소스 검색

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

Updated Windows mounting example
Michael Crosby 9 년 전
부모
커밋
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