4

When we use Linux, Docker can create a rule using iptables to do a port redirection to connect in the http of a container.

When we use Windows, how does this work?

Dan Cornilescu
  • 6,730
  • 2
  • 19
  • 44
user2935
  • 41
  • 1

1 Answers1

3

it uses the Hyper-V Virtual Switch (https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-networking)

Fabian
  • 216
  • 1
  • 2