Q. Which command is used to view the Docker build cache?
β
Correct Answer: (B)
docker system df
Explanation: The 'docker system df' command displays information about Docker disk usage, including the build cache.