Access Container via container private ip from windows host machine

You have to add route from your host to containers via the next command (under elevated privilegies at your host):

route add 172.17.0.0 mask 255.255.0.0 10.0.75.2 -p

I hope it will be done via Docker itself in the future.

3 Likes