Q. What is the purpose of the 'docker system prune' command?
β
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.