Q. Which file is used by Docker Compose to configure and manage multi-container applications?
β
Correct Answer: (A)
docker-compose.yml
Explanation: Docker Compose uses 'docker-compose.yml' to define services, networks, and volumes for multi-container applications.