docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 877 forks source link

Configuring authentication over docker-registry #983

Closed sourav82 closed 9 years ago

sourav82 commented 9 years ago

I was trying to put basic authentication on top of docker-registry.

Could you please provide any reference/guidance how to set up the basic authentication over HTTP for docker-registry?

dmp42 commented 9 years ago

Here: https://github.com/docker/docker-registry/tree/master/contrib/nginx

You will find some contributed nginx configuration to achieve that.