EN
Docker - list all images
4
points
Quick solution:
# list all images
$ docker images
# list all images (with dangling images)
$ docker images -a