mirror of https://github.com/docker/docs.git
Update 06_bind_mounts.md (#21696)
For Window users it's important to know this, users on stack overflow reports lost in troubleshooting or finding file sharing option in setting. I was lost too. <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
150f788ed2
commit
6e529f4511
|
@ -52,6 +52,9 @@ work.
|
|||
Docker Desktop's file sharing setting. This setting defines which parts of your
|
||||
filesystem you can share with containers. For details about accessing the setting, see [File sharing](/manuals/desktop/settings-and-maintenance/settings.md#file-sharing).
|
||||
|
||||
> [!NOTE]
|
||||
> The **File sharing** tab is only available in Hyper-V mode, because the files are automatically shared in WSL 2 mode and Windows container mode.
|
||||
|
||||
2. Open a terminal and change directory to the `getting-started-app`
|
||||
directory.
|
||||
|
||||
|
|
Loading…
Reference in New Issue