美文网首页
ubuntu 16.04 docker 无法启动

ubuntu 16.04 docker 无法启动

作者: 玩玩风行啦 | 来源:发表于2017-11-28 21:35 被阅读84次

报错日志:
Failed to chown socket at step GROUP: No such process
Failed to listen on Docker Socket for the API.
Subject: Unit docker.socket has failed
解决方法:

vim /usr/lib/systemd/system/docker.socket
SocketGroup=root
systemctl list-unit-files | grep docker
systemctl enable docker.service && systemctl enable docker.socket
systemctl daemon-reload
systemctl restart docker

相关文章

网友评论

      本文标题:ubuntu 16.04 docker 无法启动

      本文链接:https://www.haomeiwen.com/subject/qqcybxtx.html