From 71aaf47ce62eeaeaa1988ddecc7b306a16ea14ac Mon Sep 17 00:00:00 2001 From: Shariq Ahmed Khan Date: Sun, 15 Dec 2024 11:07:55 +0100 Subject: [PATCH 1/2] Update 06_bind_mounts.md 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. --- content/get-started/workshop/06_bind_mounts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/get-started/workshop/06_bind_mounts.md b/content/get-started/workshop/06_bind_mounts.md index 70539a3e37d..41f70eeaef7 100644 --- a/content/get-started/workshop/06_bind_mounts.md +++ b/content/get-started/workshop/06_bind_mounts.md @@ -52,6 +52,10 @@ 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 in WSL 2 mode + > and Windows container mode all files are automatically shared by Windows. + 2. Open a terminal and change directory to the `getting-started-app` directory. From 38091b82c67bcef869c5078e263e5fee574b767d Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:11:39 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- content/get-started/workshop/06_bind_mounts.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/get-started/workshop/06_bind_mounts.md b/content/get-started/workshop/06_bind_mounts.md index 41f70eeaef7..4bb41053f7e 100644 --- a/content/get-started/workshop/06_bind_mounts.md +++ b/content/get-started/workshop/06_bind_mounts.md @@ -52,9 +52,8 @@ 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 in WSL 2 mode - > and Windows container mode all files are automatically shared by Windows. + > [!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.