Tag

custom network

0 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.

BridgeDockerNetworking
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.

BridgeDockerNetworking
0 likes · 11 min read
Understanding Docker Networking: veth Pairs, Bridge, and Custom Networks
System Architect Go
System Architect Go
May 27, 2018 · Cloud Native

Connecting Docker Containers: link, net host, net container, and Custom Networks

This article demonstrates several methods for enabling a web container to communicate with a Redis container in Docker, covering the deprecated link approach, three net-based techniques, and the recommended custom network solution, while highlighting their advantages and limitations.

Container NetworkingDockerRedis
0 likes · 6 min read
Connecting Docker Containers: link, net host, net container, and Custom Networks