From 6e529f4511f994ecd486533a3575f5ccd959e0e8 Mon Sep 17 00:00:00 2001 From: Shariq Ahmed Khan Date: Mon, 20 Jan 2025 10:14:36 +0100 Subject: [PATCH] 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. ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/get-started/workshop/06_bind_mounts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/get-started/workshop/06_bind_mounts.md b/content/get-started/workshop/06_bind_mounts.md index 70539a3e37d..4bb41053f7e 100644 --- a/content/get-started/workshop/06_bind_mounts.md +++ b/content/get-started/workshop/06_bind_mounts.md @@ -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.