Merge pull request #19632 from Ativerc/patch-1

Update 06_bind_mounts.md with a semantic fix
This commit is contained in:
David Karlsson 2024-03-14 20:41:54 +01:00 committed by GitHub
commit 2a286b76da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`).