Chapter 6: Docker Networking
Chapter 6 of 15
Chapter 6: Docker Networking
6.1 Docker Network Types
Docker provides different network types.
- Bridge - Default network
- Host - Use host network
- None - No networking
- Overlay - Multi-host networking
6.2 Container Communication
Containers can communicate via networks.