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 Read more…