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

Merge pull request #20068 from ilkka/patch-1

Tweak VM volume mapping paragraph
David Calavera пре 9 година
родитељ
комит
efdbe2ba5a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/userguide/containers/dockervolumes.md

+ 2 - 2
docs/userguide/containers/dockervolumes.md

@@ -126,8 +126,8 @@ On Windows, mount directories using:
 docker run -v /c/Users/<path>:/<container path> ...`
 docker run -v /c/Users/<path>:/<container path> ...`
 ```
 ```
 
 
-All other paths come from your virtual machine's filesystem.  For example, if
-you are using VirtualBox some other folder available for sharing, you need to do
+All other paths come from your virtual machine's filesystem, so if you want
+to make some other host folder available for sharing, you need to do
 additional work. In the case of VirtualBox you need to make the host folder
 additional work. In the case of VirtualBox you need to make the host folder
 available as a shared folder in VirtualBox. Then, you can mount it using the
 available as a shared folder in VirtualBox. Then, you can mount it using the
 Docker `-v` flag.
 Docker `-v` flag.