I am trying to set up a private docker registry but i am not having much luck.
I have created the registry in Nexus. I have tried various combination of enabling and disabling the HTTP and HTTPS connectors.
But each time I try to login by doing `docker login some-host` I get the following error:
`Error response from daemon: Get https://some-host/v2/: Service Unavailable`
Anyone with any advice on what I could be doing wrong?
2019-04-22 21:00:11.732371+0200 localhost com.docker.vpnkit[41290]: HTTP proxy --> 11.0.11.11:443 Host:some.domain.com:443 (Origin): Failed to connect to 11.0.11.11:443
2019-04-22 21:00:11.732438+0200 localhost com.docker.vpnkit[41290]: HTTP proxy: returning 503 Service_unavailable
2019-04-22 21:00:11.734439+0200 localhost com.docker.driver.amd64-linux[41291]: proxy << POST /v1.39/auth (30.337503ms)
I followed the instructions in the link you shared but had little success... Then i realized that the nexus registery i wanted to connect to was not running on https...
My question now is,is SSL/HTTPS an absolute necessity in other to have nexus configured as a private docker registry?
I followed the instructions in the link you shared but had little success... Then i realized that the nexus registery i wanted to connect to was not running on https...
My question now is,is SSL/HTTPS an absolute necessity in other to have nexus configured as a private docker registry?