TL;DR
Docker Registry – S3 storage
Creating a private docker registry can be as simple as running a container provided by docker. Most cloud providers offer a hosted solution (e.g. AWS ECR). But, sometimes you just want/need to roll your own 🙂 If you are using k8s, this is a quick way of doing it. The Read more…