Looking for options of setting up Local Docker reg...
# general
a
Looking for options of setting up Local Docker registry (on premise ) that’s opensource? Any suggestions for using that on windows?
a
Might be able to do that with the open source version of Artifactory? (not sure) https://jfrog.com/community/download-artifactory-oss/ https://www.jfrog.com/confluence/display/JFROG/Docker+Registry
m
Nexus
https://www.sonatype.com/products/nexus-repository you can save any type of artifacts
a
Hm, looking for free options
m
nexus has a free version that can be used for anything (even can run it with docker)
a
awesome, thank you so much for this info
r
I’ll second the nexus recommend. I’ve never used it as a docker registry, but I’ve used to track dependencies of various types (rpms, npm packages, jars, nuget pkgs, plain ol’ tarballs, etc.). The free version is very full-featured.
a
worked great thank you so much
a