TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Has anyone self/on-prem hosted a container registry

2 pointsby cplliover 2 years ago
It&#x27;s always been one of those items deep down on the &quot;to consider&quot; list, and my rationale was that there really aren&#x27;t any straight-forward solutions for this and with Gitlab and Github offering their own registries it was never a problem.<p>But yesterday I found out that Docker&#x27;s Registry core (Distribution) [0] is OpenSource (and used by other registries too!), but I haven&#x27;t seen many mentions of it until then. I&#x27;ve checked out their documentation and it seems solid.<p>So, what is your experience with self-hosting registries be it Distribution, Harbour or something else. Any hidden PITA? I myself will spin Distribution up on the dev env and see how it goes!<p>[0]: https:&#x2F;&#x2F;github.com&#x2F;distribution&#x2F;distribution

1 comment

razemioover 2 years ago
Not sure if I am missing something, since a simple Google search or asking r&#x2F;selfhosted would have been more appropriate IMHO.<p>To awnser your question. I have only used docker registry (core) since I like stuff in modules and it works very well. It comes in a docker image. To setup it needs like 2 minutes. It can be secured with credentials which I highly recommend. My registry is also running behind treafik, which provides it with a valid ssl certificate and running directly on port 443, which looks nice and professional.