docker-core-networking
Installation
SKILL.md
docker-core-networking
Quick Reference
Network Drivers
| Driver | Isolation | Multi-Host | Use Case |
|---|---|---|---|
| bridge | Container-level | No | Default single-host container communication |
| host | None (shares host) | No | Performance-critical apps needing direct host network |
| overlay | Container-level | Yes (Swarm) | Cross-host service communication |
| macvlan | Container-level | No | Containers appear as physical LAN devices |
| ipvlan | Container-level | No | VLAN integration without MAC-per-container |
| none | Complete | No | Fully isolated containers with no networking |