If you try to do various things with the docker
command,
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Stop docker and start
$ sudo service docker stop
$ sudo service docker start
Recommended Posts