Docker Network Type

TypeUse Case
NoneTo disable all network. This is not available for swarm services
HostTo remove network isolation. Container uses host network
BridgeFor multiple containers to communicate on the same docker host.
Overlay NetworksFor multiple containers to communicate on different docker hosts.
MacvlanLegacy applications that need containers to look like physical hosts on network with unique MAC Address. Used for multiple containers to communicate across different docker hosts. L3 Bridge
IPVLanUsed for multiple containers to communicate across different docker hosts. L2 Bridge
  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.