October 2017
Intermediate to advanced
326 pages
7h 20m
English
The most known of the public registries is Docker Hub. It is the official and default registry that every Docker installation knows of. Also, it offers private repositories, but the most interesting feature is the fact that all the official images are available on Docker Hub.
Let's see how can we use it. First, you need to create an account. Once you are registered, create a new repository:

This repository hosts an image called modern-devops, and we are going to push one image into it. Once it is created, you can see that Docker Hub suggests that you pull the image with the following command:
docker pull dagonzadub/modern-devops ...
Read now
Unlock full access