Q. Which of the following Docker commands is used to remove all unused data (containers, networks, images)?

  • (A) docker remove unused
  • (B) docker prune
  • (C) docker system prune
  • (D) docker clean
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker system prune
Explanation: 'docker system prune' removes all unused containers, networks, and images.
Explanation by: Gopal Sharma
'docker system prune' removes all unused containers, networks, and images.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
220
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
91%
Success Rate