Tag

container linking

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Oct 16, 2022 · Operations

How Docker Manages Container Networking: veth Pairs, Bridge, and Custom Networks

This article explains Docker's networking fundamentals, covering Linux veth pairs, the default docker0 bridge, container linking with --link, the creation and use of custom bridge networks, and how to connect containers across isolated networks for reliable service communication.

DockerVethbridge
0 likes · 11 min read
How Docker Manages Container Networking: veth Pairs, Bridge, and Custom Networks
Efficient Ops
Efficient Ops
Mar 28, 2022 · Cloud Native

Understanding Docker Networking: veth Pairs, Bridge, and Custom Networks

This article explains how Docker isolates containers using Linux veth pairs, the default docker0 bridge, the deprecated --link method, and how to create and use custom bridge networks for reliable service‑name communication and cross‑network connectivity.

DockerVethbridge
0 likes · 11 min read
Understanding Docker Networking: veth Pairs, Bridge, and Custom Networks