Tagged articles

Bridge Network

4 articles · Page 1 of 1
Tech Ocean
Tech Ocean
Apr 19, 2026 · Cloud Native

Docker Day 8: Enabling Container-to-Container Communication with Networks and Service Names

This article explains Docker’s default bridge, host, and none networks, shows how containers on the same bridge can reach each other via IP or service name using Docker’s embedded DNS, demonstrates custom network creation for isolation, covers port mapping, host access, and troubleshooting techniques.

Bridge NetworkContainer NetworkingCustom Networks
0 likes · 6 min read
Docker Day 8: Enabling Container-to-Container Communication with Networks and Service Names
Code Mala Tang
Code Mala Tang
Nov 2, 2024 · Cloud Native

Master Docker Networking: Types, Commands, and Best Practices

This guide explains Docker networking fundamentals, compares bridge, host, none, and overlay networks, shows how to create and manage custom networks, connect containers, expose services, and troubleshoot common issues, providing practical commands and optimization tips for reliable container communication.

Bridge NetworkDevOpsDocker
0 likes · 11 min read
Master Docker Networking: Types, Commands, and Best Practices
Open Source Linux
Open Source Linux
May 24, 2022 · Cloud Computing

How Docker Uses veth Pairs and Custom Networks for Container Connectivity

This article explains Docker's networking fundamentals, covering Linux veth pairs, the default docker0 bridge, container IP allocation, the deprecated --link option, and how to create and use custom bridge networks to achieve service‑name based communication and network isolation.

Bridge NetworkDockercustom network
0 likes · 13 min read
How Docker Uses veth Pairs and Custom Networks for Container Connectivity