List docker images
Images can be listed by the command
docker images
docker image ls
Each image has a unique IMAGE ID.

Where are these images stored? On Linux, they usually go to /var/lib/.
Docker is very greedy in storage so regular cleaning is necessary. We will see later on how you can do the purging.
Sometimes, it is also useful to get more information of the images. You can do this via
docker image inspect