We can list the images that are available on the system by running the Docker daemon. These images might have been pulled from the registry, imported through the docker image pull command, or created through a Dockerfile.
Listing images
Getting ready
Ensure that the Docker daemon is running on the host and can be connected through the Docker client.
How to do it...
Run either one of the following commands to list the images:
$ docker image ls $ docker images