问题:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
分析:
无法在unix:///var/run/docker.sock上连接到Docker守护进程。docker守护进程正在运行吗?

很可能是docker并未启动,所以,先执行systemctl restart docker, 启动docker
果然, ok了
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
如果docker之前是ok的,很可能是没启动成功的问题;
如果第一次安装,那直接卸载重装吧

解决:
systemctl restart docker

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
猜你喜欢
  • 2021-07-02
相关资源
相似解决方案