I'm trying to use docker version 1.2 and I'm having issues with it. When I restart the service it says running but when I run docker images (even with sudo) it gives me this error.
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
I have added this export to my bashrc
export DOCKER_HOST=tcp://127.0.0.1:4243
I have tried uninstalling existing docker versions as well but i still see docker and docker-1.0.0 in my bash autocomplete.