- Definition: Enables communication between Docker containers and with the external world.
- Network Types:
- Bridge Network: Default network type, isolates containers on a single host.
- Host Network: Shares the host’s network namespace.
- Overlay Network: Facilitates communication between containers across multiple hosts.
- Example: Containers on the same Docker network can use container names as hostnames to communicate.
Docker Compose
Commands