mirror of https://github.com/docker/docs.git
Link to Docker for Windows too (#17244)
This commit is contained in:
parent
b16707c75a
commit
584e588bcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue