I\'m trying to setup a private docker registry using the image taken from: https://github.com/docker/docker-registry
Just by running: docker run -p 5000:50
docker run -p 5000:50
Ok. Here is how I got it to work. If you see this error in docker 1.3.2 or above, do this
go to /etc/sysconfig/docker
/etc/sysconfig/docker
other_args="--insecure-registry 10.0.0.26:5000"
and run
sudo service docker restart