mirror of https://github.com/docker/docs.git
Merge pull request #19632 from Ativerc/patch-1
Update 06_bind_mounts.md with a semantic fix
This commit is contained in:
commit
2a286b76da
|
@ -79,7 +79,7 @@ setting, see the topic for [Mac](../desktop/settings/mac.md/#file-sharing),
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< /tabs >}}
|
{{< /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
|
current working directory on your host machine (`getting-started-app`), and
|
||||||
`target` is where that directory should appear inside the container (`/src`).
|
`target` is where that directory should appear inside the container (`/src`).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue