Networking

1 / 10

Every container gets its own network stack — its own interfaces, routing table, and port space. That is why two containers can both listen on port 80 without arguing, and why neither of them is reachable from your browser until you say so.

Finish →