Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

very simple solution just run this command 
sudo service docker start

Comments