Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
systemctl status docker显示活动和运行 docker ps将给出此错误
systemctl status docker
docker ps
无法连接到 unix:///var/run/weave/weave.sock 上的 Docker 守护进程。docker 守护进程是否正在运行?
套接字的位置表明您的 $DOCKER_HOST 环境变量已设置为指向weave 代理。它没有响应的事实意味着编织代理没有运行。
有两种补救措施:
weave env --restore
或者如果这似乎不起作用,
export DOCKER_HOST=