Deploying your own Docker Registry
In this section, we will look at Docker Registry. Docker Registry is an open source application that you can run anywhere you please and store your Docker image in. We will provide at a comparison between Docker Registry and Docker Hub, as well as how to choose between the two.
By the end of this section, you will have learned how to run your own Docker Registry and check whether it's a proper fit for you.
An overview of Docker Registry
Docker Registry, as stated earlier, is an open source application that you can utilize to store your Docker images on a platform of your choice. This allows you to keep them 100% private if you wish or share them as needed.
Docker Registry makes a lot of sense if you want to deploy your own registry without having to pay for all the private features of Docker Hub. Let's take a look at some comparisons between Docker Hub and Docker Registry to help you make an educated decision as to which option...