Artifactory as docker registry

      Hi

I tried to set up artifactory as docker registry as shown in this video: http://www.jfrog.com/video/artifactory-docker-integration/

However, I don’t have SSL installed in artifactory so I’m using the --insecure-registry flag.

Anyway, I don’t know how to figure out the artifactory as docker registry url so I can do this:

curl -k -uusername:password “http://sdpvvrwm812.ib.tor.company.com:8081/artifactory/api/docker/docker-images

This page (http://www.jfrog.com/confluence/display/RTF/Docker+Repositories) shows at the bottom that something called a reverse proxy
might be needed? Is this true and if so how do I install such a thing?

Hi,

Have you tried reaching out to Artifactory, or asked on an Artifactory users forum?

Best,

  • Olivier

I will do that.
thanks!

Hi,

you need to setup nginx / apache as a frontend for artifactory, to work authentication.
for insecure registry you need a CA , ssl and apply the certificate to above nginx/apache servers… import CA in server and nodes.

Let me know

Thanks

Mohammed Azfar