Q. Which command is used to remove all unused Docker images?
β
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.