Relative Content

Tag Archive for dockernginxdocker-registry

nginx in docker 502

I have a Docker Registry in a container on my server.
My NginX is also in a container and another location(config) for static files works. So i can confirm that ssl is propperly configured. Curl on the server to the docker registry also works, so i can confirm that my registry is hosted correctly. (Linux reports it listening onto http://*:5000).