Comment by ncrmro
6 years ago
Been wondering when image space would start to be a concern.
Actually just set up my own private registry and pull though registry.
Pretty easy stuff although no real GUI to browse as of yet.
This is all sitting on my NAS running in Rancher OS
Not sure if it is production ready, but some of Cisco's containers team have been working on an OCI compliant image repository server.
https://github.com/anuvu/zot
Take a look at Portus, a project maintained by SUSE, which has a pretty nice GUI for a private docker registry.
https://github.com/SUSE/Portus
Actually spent some time looking at this today. It’s a bit more complex than I was hopping. As right now I’m the only user. And the only way to conecto to my registry atm is through wireguard.
It is cool seeing opensuse. Same the rancher
It‘s a bit an overkill if you‘re alone but even then, I‘m using it for my own private registry too because it‘s the nicest/easiest way IMHO for adding auth to a docker registry.
This looks fantastic, thanks for posting it!