Q. What is the purpose of the 'docker-compose.yml' file?
β
Correct Answer: (A)
To define a set of Docker containers and services for an application
Explanation: 'docker-compose.yml' defines the configuration for a multi-container Docker application, including services, networks, and volumes.