Skip to main content

One post tagged with "study"

View All Tags

Docker Network Types

· 7 min read
Haril Song
Owner, Software Engineer at 42dot

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.