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

Explanation: The 'docker-compose down' command stops and removes containers, networks, and volumes defined in the 'docker-compose.yml' file.

Explanation by: Ranjeet
The 'docker-compose down' command stops and removes containers, networks, and volumes defined in the 'docker-compose.yml' file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
62
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ranjeet
Publisher
πŸ“ˆ
84%
Success Rate