mirror of https://github.com/docker/docs.git
Add doc for firewall auto-detection
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
dd97dfaa47
commit
f82d05c525
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
|
|
@ -304,6 +304,21 @@ Permissions to access shared drives are tied to the credentials you provide here
|
||||||
|
|
||||||
See also [Verify domain user has permissions for shared drives](troubleshoot.md#verify-domain-user-has-permissions-for-shared-drives-volumes) in Troubleshooting.
|
See also [Verify domain user has permissions for shared drives](troubleshoot.md#verify-domain-user-has-permissions-for-shared-drives-volumes) in Troubleshooting.
|
||||||
|
|
||||||
|
#### Firewall rules for shared drives
|
||||||
|
|
||||||
|
Shared drives require port 445 to be open between the host machine and the virtual
|
||||||
|
machine that runs Linux containers.
|
||||||
|
|
||||||
|
>**Note**: In Docker for Windows Beta 29 and higher,
|
||||||
|
Docker detects if port 445 is closed and shows the following message when you
|
||||||
|
try to add a shared drive: 
|
||||||
|
|
||||||
|
|
||||||
|
To share the drive, allow connections between the Windows host machine and the
|
||||||
|
virtual machine in Windows Firewall or your third party firewall software. You
|
||||||
|
do not need to open port 445 on any other network. By default, allow connections
|
||||||
|
to 10.0.75.1 port 445 (the Windows host) from 10.0.75.2 (the virtual machine).
|
||||||
|
|
||||||
### Advanced
|
### Advanced
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue