Hey,
I tried to install docker on an ubuntu 12.04 system following the official documentation here
https://docs.docker.com/installation/ubuntulinux/#for-precise-1204-lts (including the reboot) and here
https://docs.docker.com/installation/ubuntulinux/#installing-docker-on-ubuntu
Unfortunately this ended up with FATA[0000] Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
$ docker version
Client version: 1.5.0
Client API version: 1.17
Go version (client): go1.4.1
Git commit (client): a8a31ef
OS/Arch (client): linux/amd64
FATA[0000] Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
.
$ docker info
FATA[0000] Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
Any help is greatly appreciated