We need an image to get the container started. Let's see how images are searched for on the Docker registry. As we have seen in Chapter 1, Introduction and Installation, a registry holds the Docker images, which can be both public and private. By default, the search happens on the default public registry, which is the Docker Hub and is located at https://hub.docker.com/.
Listing/searching for an image
Getting ready
Ensure that the Docker daemon is running on the host and can be connected through the Docker client.
How to do it...
The docker search command lets you...