Compose file specification, Docker documentation team, 2024 (Docker Inc.) - Official documentation detailing the structure and syntax of the docker-compose.yml file, specifically including the definition of services, networks, and volumes.
Use volumes, Docker documentation team, 2024 - Official documentation describing Docker volumes, including named volumes, bind mounts, and their application for achieving persistent storage in containers.
Docker: Up & Running, Sean P. Kane, Karl Matthias, 2023 (O'Reilly Media) - A general guide to Docker, covering essential concepts such as containerization, image management, networking, and methods for data persistence using volumes.