Tag: Registry

How to register docker registry as a service?

How to register docker registry as a service?

Introduction High availability and scalability are big challenges in the IT world. Assume you are going to provide your private registry as service and you are expecting high traffic to your registry, then you have to carefully design your infrastructure to support the above items. In this article, we are going to see how we can…

Read More Read More

How to secure your private docker registry?

How to secure your private docker registry?

Introduction In my previous article, I explained how to set up your private Docker registry with Docker Registry. All works fine when you are consuming the private registry from the host machine but when you try to access from the remote machine then docker will throw an error about https connection. Also, it is mandatory…

Read More Read More

How to Setup Your Private Docker Registry?

How to Setup Your Private Docker Registry?

Introduction Docker provides various services to manage the docker images and those are hub.docker.com, cloud.docker.com, docker trusted registry and docker registry. Each service was designed with different goals and requirements. Docker hub (hub.docker.com) is the primary source for the public images. We can set up our own private registry by using the Docker Registry, it…

Read More Read More