mirror of https://github.com/docker/docs.git
Update 06_bind_mounts.md
--mount takes in a few key-value pairs and its`type=bind` that specifies that the volume is bind mount.
This commit is contained in:
parent
d0b3e09715
commit
e2e03568fe
|
@ -79,7 +79,7 @@ setting, see the topic for [Mac](../desktop/settings/mac.md/#file-sharing),
|
|||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
The `--mount` option tells Docker to create a bind mount, where `src` is the
|
||||
The `--mount type=bind` option tells Docker to create a bind mount, where `src` is the
|
||||
current working directory on your host machine (`getting-started-app`), and
|
||||
`target` is where that directory should appear inside the container (`/src`).
|
||||
|
||||
|
|
Loading…
Reference in New Issue