πŸ“Š Docker
Q. Which command removes stopped containers, networks, and volumes created by Docker Compose?
  • (A) docker-compose prune
  • (B) docker-compose clean
  • (C) docker-compose down --volumes
  • (D) docker-compose destroy
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker-compose down --volumes

Explanation: The 'docker-compose down --volumes' command removes stopped containers, networks, and volumes created by Docker Compose.

Explanation by: Vijay Sangwan
The 'docker-compose down --volumes' command removes stopped containers, networks, and volumes created by Docker Compose.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
82
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
98%
Success Rate