Q. Which command is used to view the Docker build history of an image?
β
Correct Answer: (A)
docker history
Explanation: The 'docker history' command displays the build history of a Docker image, including the layers and commands used.