I'm trying to run a docker registry in insecure mode on ubuntu 16.04 (docker v1.12.3). I made the changes specified in the documentation.
/etc/default/docker:
DOCKER_OPTS="--insecure-registry 10.10.10.10:5000"
and then restarted the docker service. However I'm having no luck. When I try to connect I get
Error response from daemon: Get https://10.10.10.10:5000/v1/_ping:
http: server gave HTTP response to HTTPS client