Tagged articles
3 articles
Page 1 of 1
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.

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

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