Q. What is the purpose of the 'docker-compose pull --ignore-pull-failures' command?
β
Correct Answer: (A)
To pull images for services, ignoring failures
Explanation: The 'docker-compose pull --ignore-pull-failures' command pulls images for services, ignoring any failures that occur.