user2868835
user2868835

Reputation: 1600

What to change in Norton to allow Docker to share drive D

I'm using Docker on Windows10 Pro, and I'm trying to use the Docker settings UI to provide Docker with access to drive D.

When I do this I get an error ...

Firewall detected. A firewall is blocking file Sharing between 
Windows and the containers. See documentation for more info.

... with a link to: https://docs.docker.com/docker-for-windows/#firewall-rules-for-shared-drives

I'm using Norton 360 Premier. How and what do I need to change in Norton to allow Docker to use drive D?

Upvotes: 1

Views: 3318

Answers (1)

MrZoraman
MrZoraman

Reputation: 431

I'm not sure if this is optimal, but this is how I got around it:

Firewall General Settings

I then clicked the Add button and added my entry: Add Device

10.0.75.2 seems to be a magic address that docker uses, according to their documentation.

Upvotes: 13

Related Questions