Host a Private Docker Registry

Published at March 27, 2020 ·  10 min read

In this tutorial we’re going to show you how to setup a private Docker Registry, make it publicly available, password-protected and use TLS. It’ll be secure and only available to you and your team, wherever they’re located. Docker Image Registry Hosting a private Docker Registry is helpful for teams that are building containers to deploy software and services. Websites like Docker Hub provide free public repos but not all teams want their containers to be public....