malformed HTTP response with docker private registry (v2) behind an nginx proxy
问题 I have setup a Docker private registry (v2) on a CentOS 7 box following their offical documentation: https://docs.docker.com/registry/deploying/ I am running docker 1.6.0 on a Fedora 21 box. The registry is running on port 5000, and is using an SSL key signed by a trusted CA. I set a DNS record for 'docker-registry.example.com' to be the internal IP of the server. Running 'docker pull docker-registry.example.com:5000/tag/image', it works as expected. I setup an nginx server, running nginx