标签:not sys 安装docker res can 报错 rest should tar
Centos上安装Docker-CE,后运行docker run hello-world
报错Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
解决办法$ systemctl daemon-reload
$ sudo service docker restart
$ sudo service docker status (should see active (running))
$ sudo docker run hello-world
标签:not sys 安装docker res can 报错 rest should tar
原文地址:https://www.cnblogs.com/anthony-wang0228/p/11562102.html