March 2017
Beginner to intermediate
925 pages
18h 11m
English
Once you start maintaining your own Docker image, you might need to have some private Docker registry to put some sensitive information into an image or your organization policy.
Docker Hub offers the private repository, which only the authenticated user can push and pull images, and is not visible to other users. However, there is only one quota for a free Docker Hub account. You may pay to increase the private repositories quota, but if you adopt the microservices architecture, you will need a large number of private repositories:

Docker Hub private repositories price
There are some ways to set up your own ...
Read now
Unlock full access