πŸ“Š Docker
Q. What is the purpose of the 'docker-compose up' command?
  • (A) To build Docker images
  • (B) To start containers defined in a docker-compose.yml file
  • (C) To stop all running containers
  • (D) To push images to Docker Hub
πŸ’¬ Discuss
βœ… Correct Answer: (B) To start containers defined in a docker-compose.yml file

Explanation: The 'docker-compose up' command starts and runs the containers defined in the 'docker-compose.yml' file.

Explanation by: Vikash Gupta
The 'docker-compose up' command starts and runs the containers defined in the 'docker-compose.yml' file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
93
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
99%
Success Rate