February 2018
Intermediate to advanced
200 pages
5h 51m
English
Docker Registry is a scalable server where we can store our Docker images. The benefit of running Docker Registry for storing images instead of using Docker Hub is that we can own the images created. Our build or deploy pipelines don't need to rely on Docker Hub. Some other prominent advantages of using a self-hosted Docker Registry are as follows:
In this recipe, we will write a task to create a Docker Registry using a Docker container.
Read now
Unlock full access