Q. What does the 'docker-compose.yml' file define?
β
Correct Answer: (A)
The specifications and configuration for a multi-container Docker application
Explanation: 'docker-compose.yml' defines the configuration and services required for multi-container Docker applications.