mirror of https://github.com/docker/docs.git
added user question in FAQ re: shared drives and Docker Machine nodes
copyedit incorporated Misty's review comments Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
b72b9d3ba5
commit
8477a635b4
|
@ -148,6 +148,21 @@ cycles. Exit and start Docker to restore connectivity.
|
|||
Unfortunately, VirtualBox (and other hypervisors like VMWare) cannot run when
|
||||
Hyper-V is enabled on Windows.
|
||||
|
||||
### Can I share local drives and filesystem with my Docker Machine VMs?
|
||||
|
||||
No, you cannot share local drives with Docker Machine nodes when using Docker
|
||||
for Windows with Hyper-V. Shared drives can be made available to containers, but
|
||||
Docker for Windows does not support mounts for nodes you created with
|
||||
`docker-machine`.
|
||||
|
||||
For more about sharing local drives with containers using Docker for Windows,
|
||||
see [Shared Drives](index.md#shared-drives) in the Getting Started topic.
|
||||
|
||||
To learn more about using Docker for Windows and Docker Machine, see [What to
|
||||
know before you install](index.md#what-to-know-before-you-install) in the
|
||||
Getting Started topic. For more about Docker Machine itself, see [What is Docker
|
||||
Machine?](/machine/overview.md#what-is-docker-machine)
|
||||
|
||||
### How do I run Windows containers on Docker on Windows Server 2016?
|
||||
|
||||
See [About Windows containers and Windows Server
|
||||
|
|
|
@ -410,6 +410,12 @@ See also [Verify domain user has permissions for shared
|
|||
drives](troubleshoot.md#verify-domain-user-has-permissions-for-shared-drives-volumes)
|
||||
in Troubleshooting.
|
||||
|
||||
>**Note:** You can share local drives with your _containers_ but not with Docker
|
||||
Machine nodes. See [Can I share local drives and filesystem with my
|
||||
Docker Machine
|
||||
VMs?](faqs.md#can-i-share-local-drives-and-filesystem-with-my-docker-machine-vms) in
|
||||
the FAQs.
|
||||
|
||||
#### Firewall rules for shared drives
|
||||
|
||||
Shared drives require port 445 to be open between the host machine and the virtual
|
||||
|
|
Loading…
Reference in New Issue