Network Namespace

Back to Namespaces

Provides an isolated network stack including its own interfaces, routing tables, firewall rules, and port space. Each container gets its own network namespace, enabling multiple containers to bind to the same port. Virtual ethernet pairs (veth) connect namespaces.

operating-systems linux containers networking