I have been trying to run "hello-world" on docker in ubuntu and it wont work at all.
Eddie@MACH1:~$ docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Eddie@MACH1:~$ sudo service docker status
sudo: unable to resolve host MACH1
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
* Docker is not running
Eddie@MACH1:~$
When I tried to check the status of docker all it tells me is that I am unable to connect to Upstart and that Docker isn't running. I have have literally tried every solution I could find on forums and nothing has worked, please help! Thank you.