Type | Use Case |
None | To disable all network. This is not available for swarm services |
Host | To remove network isolation. Container uses host network |
Bridge | For multiple containers to communicate on the same docker host. |
Overlay Networks | For multiple containers to communicate on different docker hosts. |
Macvlan | Legacy 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 |
IPVLan | Used for multiple containers to communicate across different docker hosts. L2 Bridge |
0 people found this article useful
0 people found this article useful