Windows 10 & Docker: volumes not working

Make sure you have your firewall settings correct and issues with File/Print-Sharing fixed. Follow the article https://blog.olandese.nl/2017/05/03/solve-docker-for-windows-error-a-firewall-is-blocking-file-sharing-between-windows-and-the-containers/ .

For me following commands is necessary (since some parts are managed by corporate sys-admins and AD). (So that the Docker is moved into the private network category, where the firewall rules can be applied.)

Set-NetConnectionProfile -interfacealias "vEthernet (DockerNAT)" -NetworkCategory Private