πŸ“Š Docker
Q. What is the purpose of the 'docker-compose.yml' file?
  • (A) To define a set of Docker containers and services for an application
  • (B) To define a Docker network
  • (C) To configure Docker host settings
  • (D) To store Docker logs
πŸ’¬ Discuss
βœ… Correct Answer: (A) To define a set of Docker containers and services for an application

Explanation: 'docker-compose.yml' defines the configuration for a multi-container Docker application, including services, networks, and volumes.

Explanation by: Ram Sharma
'docker-compose.yml' defines the configuration for a multi-container Docker application, including services, networks, and volumes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
119
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
85%
Success Rate