Q. What is the purpose of the 'docker-compose pull --ignore-pull-failures' command?
- A. To pull images for services, ignoring failures
- B. To pull images for all services
- C. To pull images without caching
- D. To pull images for specific services
Correct Answer: A