I display running containers using docker ps command. There is an IMAGE column that shows name of the image that each container was create
docker ps
I found that docker inspect can be used for this purpose. It displays an image field containing full hash.
docker inspect