The Docker Hub

Docker Hub (https://hub.docker.com/) is the online registry provided by Docker. It can be used to publish public and private docker images. This makes sharing and reusing docker images extremely easy.

To get a docker image from the registry, we just need to run docker pull <image-name>.

This makes it easy to use third-party tools without having to install them locally by just pulling and running the container from the registry.