« Previous 1 2
Creating a private Docker registry
All Yours
The End Is Nigh
As you have seen, the process of setting up a private registry is quite simple, even if it is a little fiddly in parts. The ability to set up a registry with a large number of usernames means that removing access is easy on an individual basis. The registry container's logs show which IP addresses are connecting and the images those IP addresses are pulling from and pushing to your registry. Because you are using certificates, you can be certain of encrypted connections to the registry to prevent interception of your valuable images.
To go one step further, some online suggestions are about load balancing container image registries for a "productionized" approach. Additionally, you can tweak the storage driver being used and change some of the file path settings to better point at large storage devices, if required. Armed with the basics in this article, you should be well placed to try more advanced settings with relative ease.
Infos
- Install Docker Engine on Ubuntu: https://docs.docker.com/engine/install/ubuntu/
« Previous 1 2
Buy this article as PDF
(incl. VAT)