What does the docker images command do?

Docker Fundamentals Easy

Docker Fundamentals — Easy

What does the docker images command do?

Key points

  • This command does not download images from Docker Hub (option A)
  • It does not show the layer history of a specific image (option C)
  • It does not display images currently being used by running containers (option D)

Ready to go further?

Related questions