Q. What is the purpose of the 'docker-compose pull' command?
β
Correct Answer: (A)
To pull images for services defined in a docker-compose.yml file
Explanation: The 'docker-compose pull' command pulls the latest images for services defined in the 'docker-compose.yml' file.