Docker学习——安装
安装pull镜像时报错:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
解决方案:
systemctl daemon-reload
systemctl restart docker.service
——记录自己的成长
安装pull镜像时报错:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
解决方案:
systemctl daemon-reload
systemctl restart docker.service