Jul 24, 20261 min read

Understanding Docker Networking

Notes from learning how containers communicate with each other and the outside world.

DevOps

Every container gets its own network namespace. Docker's default bridge network gives each one an internal IP and routes traffic between them through a virtual switch on the host.