docker-registry-web icon indicating copy to clipboard operation
docker-registry-web copied to clipboard

Access Web App via HTTPS

Open MichalBliznak opened this issue 8 years ago • 1 comments

Hello, I'd like to know if also HTTPS can be used for accessing the web management UI. As far as I saw in the examples, only HTTP over port 8080 was used. If it is really possible, could you provide me with some example settings?

MichalBliznak avatar Jun 20 '17 21:06 MichalBliznak

Look in here: https://github.com/mkuchin/docker-registry-web/tree/master/examples/nginx-auth-enabled

I'm not certain if you are running with auth or not, but you can still follow most of the steps in there to enable an nginx front-end which can then serve your registry web-ui over https (or even the registry itself over https)

avluis avatar Aug 31 '17 13:08 avluis