It's really very simple, assuming you have docker installed on your system just type in:
$ docker images
or
$ docker image ls
This should list down all the images that are present in your system.
But if you want search for a specific docker image you can use this command
$ docker images | grep "name_of_docker_image"
Hope this helped :)
Find it tough to get into learning docker? Looking for professionals to train you ? Take up docker training course.