Command
docker images
Explanation
Displays all Docker images stored locally with their repository tags and sizes.
Examples
List all local images
docker images
Show all images (including intermediate)
docker images -a
docker images
Displays all Docker images stored locally with their repository tags and sizes.
List all local images
docker images
Show all images (including intermediate)
docker images -a