Q. What is the purpose of the 'links' key in Docker Compose?
β
Correct Answer: (A)
To define dependencies between services
Explanation: The 'links' key is used to define dependencies between services in Docker Compose.