Q. Which command is used to remove all unused Docker build cache?
β
Correct Answer: (A)
docker builder prune
Explanation: The 'docker builder prune' command removes all unused Docker build cache.