From 584e588bcdf983dac0dc2852c6027297f86e6b56 Mon Sep 17 00:00:00 2001 From: bagratte Date: Thu, 4 May 2023 14:29:10 +0400 Subject: [PATCH] Link to Docker for Windows too (#17244) --- compose/gettingstarted.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compose/gettingstarted.md b/compose/gettingstarted.md index d1c257f467..551d8a4599 100644 --- a/compose/gettingstarted.md +++ b/compose/gettingstarted.md @@ -268,9 +268,12 @@ If you get runtime errors indicating an application file is not found, a volume mount is denied, or a service cannot start, try enabling file or drive sharing. Volume mounting requires shared drives for projects that live outside of `C:\Users` (Windows) or `/Users` (Mac), and is required for _any_ project on -Docker Desktop for Windows that uses [Linux containers](../desktop/faqs/windowsfaqs.md#how-do-i-switch-between-windows-and-linux-containers). -For more information, see [File sharing](../desktop/settings/mac.md#file-sharing) on Docker -for Mac, and the general examples on how to +Docker Desktop for Mac and Docker Desktop for Windows that uses +[Linux containers](../desktop/faqs/windowsfaqs.md#how-do-i-switch-between-windows-and-linux-containers). +For more information, see +[File sharing on Docker for Mac](../desktop/settings/mac.md#file-sharing), +[File sharing on Docker for Windows](../desktop/settings/windows.md#file-sharing), +and the general examples on how to > [Manage data in containers](../storage/volumes.md). > > * If you are using Oracle VirtualBox on an older Windows OS, you might encounter an issue with shared folders as described in this [VB trouble