πŸ“Š Docker
Q. What is the purpose of the 'docker system prune' command?
  • (A) To remove all Docker images
  • (B) To clean up unused Docker objects (images, containers, networks, etc.)
  • (C) To stop all running containers
  • (D) To delete all Docker volumes
πŸ’¬ Discuss
βœ… Correct Answer: (B) To clean up unused Docker objects (images, containers, networks, etc.)

Explanation: The 'docker system prune' command removes all unused Docker objects, including images, containers, networks, and build cache.

Explanation by: Ram Sharma
The 'docker system prune' command removes all unused Docker objects, including images, containers, networks, and build cache.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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