Networking in Compose, Docker Documentation, 2024 - This official documentation provides a comprehensive guide to how Docker Compose automatically sets up and manages networks for multi-container applications, covering service discovery and configuration.
Understand Docker container networks, Docker Documentation, 2024 (Docker Inc.) - This official guide explains the fundamental networking concepts in Docker, including the bridge network driver that Docker Compose uses by default for inter-container communication.
Docker in Action, Jeff Nickoloff, Stephen Kuenzli, 2019 (Manning Publications) - This practical guide offers detailed explanations of Docker Compose, covering its networking capabilities, service discovery, and how to define multi-container applications for efficient development and deployment.