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