11: Docker Networking
Itâs always the network!
Any time thereâs a an infrastructure problem, we always blame the network. Part of the reason is that networks are at the center of everything â no network, no app!
In the early days of Docker, networking was hard â really hard. These days, itâs almost a pleasure ;-)
In this chapter, weâll look at the fundamentals of Docker networking. Things like the Container Network Model (CNM) and libnetwork
. Weâll also get our hands dirty building some networks.
As usual, weâll split the chapter into three parts:
- The TLDR
- The deep dive
- The commands
Docker Networking - The TLDR
Docker runs applications inside of containers, and applications need to communicate over lots of different networks. ...
Get Docker Deep Dive now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.