Q. What is the purpose of the 'docker-compose pull' command?

  • (A) To pull images for services defined in a docker-compose.yml file
  • (B) To push images to Docker Hub
  • (C) To build Docker images
  • (D) To stop running containers
πŸ’¬ Discuss
βœ… 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.
Explanation by: Vinay
The 'docker-compose pull' command pulls the latest images for services defined in the 'docker-compose.yml' file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
134
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Vinay
Publisher
πŸ“ˆ
95%
Success Rate