Advanced Containers & Virtualization #container-networking#bridge-network#overlay#service-discovery

Container Networking Vocabulary

5 exercises — Master the English vocabulary of container networking: network drivers, port binding, DNS service discovery, VXLAN overlays, and network isolation.

0 / 5 completed
1 / 5

A developer asks: "I need the containers in my app — a web server, an API, and a cache — to communicate with each other on the same Docker host but be isolated from external network traffic unless I explicitly publish a port. Which Docker network driver should I use?"

Which driver is correct for this single-host, internal communication requirement?