March 2017
Beginner to intermediate
925 pages
18h 11m
English
We can list the images available on the system running the Docker daemon. These images might have been pulled from the registry, imported through the docker command, or created through Docker files.
Make sure the Docker daemon is running on the host and you can connect through the Docker client.
$ docker images

The Docker client talks to the Docker server and gets the list of images at the server end.
Read now
Unlock full access