After updating my system from 14.10 to 15.04, I can not use docker, as before. I already have a docker group in which my user is part of, and I used to be able to use docker without sudo just fine. Now I can not use it if sudo docker -d does not work for me in another terminal. Simple docker ps execution gives me this error:
FATA[0000] Get http:///var/run/docker.sock/v1.18/containers/json: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?
I tried reinstalling, rebooting, restarting the services and inflating the configurations to no avail. Any advice would be appreciated. As a side note, I am installing 15.04 on vm to see if I can work as a docker, and I was able to install it without problems. seems to be a problem common to those upgraded from 14.10.
linux docker ubuntu service daemon
haymez
source share