Q. Which of the following Docker commands is used to view detailed information about a Docker image?
β
Correct Answer: (A)
docker inspect image_name
Explanation: 'docker inspect image_name' is used to view detailed information about a Docker image.