Home / Report Question

Q. Which of the following Docker commands is used to view detailed information about a Docker image?
  • A. docker inspect image_name
  • B. docker image show image_name
  • C. docker images info image_name
  • D. docker image details image_name

Correct Answer: A