Docker Networking
Network Drivers
- bridge: Default for standalone containers
- host: Remove network isolation, use host's network
- none: Disable networking
- overlay: Connect multiple Docker daemons (Swarm)
- macvlan: Assign MAC address to container
Learning Objectives
Lesson Outline