Merge pull request #996 from londoncalling/d4win-faq-machine

added user question in FAQ re: shared drives and Docker Machine nodes
This commit is contained in:
Victoria Bialas 2016-12-28 15:32:08 -08:00 committed by GitHub
commit 9d479bc82e
2 changed files with 21 additions and 0 deletions

View File

@ -148,6 +148,21 @@ cycles. Exit and start Docker to restore connectivity.
Unfortunately, VirtualBox (and other hypervisors like VMWare) cannot run when Unfortunately, VirtualBox (and other hypervisors like VMWare) cannot run when
Hyper-V is enabled on Windows. 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? ### How do I run Windows containers on Docker on Windows Server 2016?
See [About Windows containers and Windows Server See [About Windows containers and Windows Server

View File

@ -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) drives](troubleshoot.md#verify-domain-user-has-permissions-for-shared-drives-volumes)
in Troubleshooting. 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 #### Firewall rules for shared drives
Shared drives require port 445 to be open between the host machine and the virtual Shared drives require port 445 to be open between the host machine and the virtual