当前位置:   article > 正文

Failed to restart docker.service: Unit not found_failed to restart docker.service: unit not found.

failed to restart docker.service: unit not found.

出现问题:Failed to restart docker.service: Unit not found
文章中原因:缺失了文件 /usr/lib/systemd/system/docker.service

提供两种解决方案:
1. 卸载docker,重新安装。
2. 创建 /usr/lib/systemd/system/docker.socket 文件

cd /usr/lib/systemd/system/ && touch docker.socket

systemctl daemon-reload

systemctl start docker.service
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/831782
推荐阅读
相关标签
  

闽ICP备14008679号