October 2020
Beginner
250 pages
6h 21m
English
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:
Docker runs applications inside of containers, and applications need to communicate over lots of different networks. This means Docker ...