From ea0d7b1b3b4d89e7601cb93740fa9ee0e000dd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Sat, 3 Sep 2016 18:23:43 +0200 Subject: [PATCH] Updated Windows mounting example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Švihlík --- docs/tutorials/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/dockervolumes.md b/docs/tutorials/dockervolumes.md index d5faf7d6e5..307e5d54d6 100644 --- a/docs/tutorials/dockervolumes.md +++ b/docs/tutorials/dockervolumes.md @@ -134,7 +134,7 @@ docker run -v /Users/:/ ... On Windows, mount directories using: ```bash -docker run -v /c/Users/:/ ...` +docker run -v c:\:/c:\ ``` All other paths come from your virtual machine's filesystem, so if you want