Conceptual
Login

Container Network Namespace

Each container gets a private network namespace: its own interfaces, routing table, iptables rules, and port space, so two containers can both bind port 80 without conflict. Docker creates the namespace at container start and wires it to the outside world with virtual interfaces.

This Concept is waiting for its first lesson!

Each container gets a private network namespace: its own interfaces, routing table, iptables rules, and port space, so two containers can both bind port 80 without conflict. Docker creates the namespace at container start and wires it to the outside world with virtual interfaces.

Are you a teacher? Sign in to start contributing.

Sign In