運(yùn)行docker報(bào)錯(cuò):
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
-bash: Cannot: command not found
解決辦法:
$ systemctl daemon-reload
$ sudo service docker restart
$ sudo service docker status (should see active (running))
$ sudo docker run hello-world