πŸ“Š Docker
Q. Which command is used to remove all unused Docker images?
  • (A) docker image prune
  • (B) docker system prune
  • (C) docker clean images
  • (D) docker remove images
πŸ’¬ Discuss
βœ… Correct Answer: (A) docker image prune

Explanation: The 'docker image prune' command removes all unused Docker images. Use the '-a' flag to remove all images, not just dangling ones.

Explanation by: Admin
The 'docker image prune' command removes all unused Docker images. Use the '-a' flag to remove all images, not just dangling ones.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
161
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
97%
Success Rate