Docker Network Types
· 7 min read
Overview
Docker has six network types in total:
- Bridge
- Host
- IPvlan
- MACvlan
- Overlay
- None
I think many backend developers either don't know much about network types or only use bridge networking even if they do. I was also curious about this topic and conducted a study. This article is an excerpt from the content I presented during that study.
We'll conduct practical exercises using Orbstack to run VMs.