I have the following scenario:
I need to access a port that is exposed with docker run -p 80:80 nginx
from the Windows VM and nothing seems to work. I tried NAT, bridge, socat... any hints?
Ah, I figured it out. I can access the docker service by using the bridge interface IP (but not using localhost). So in essence: