当前位置:   article > 正文

Docker安装报错Job for docker.service failed because the control process exited with error code.

Docker安装报错Job for docker.service failed because the control process exited with error code.

报错信息:Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.

解决办法:

修改:

1.路径:/etc/docker/daemon.json
内容: { “storage-driver”: “devicemapper” }

2.路径:etc/sysconfig/docker-storage

内容:DOCKER_STORAGE_OPTIONS="–selinux-enabled --log-driver=journald --signature-verification=false"
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号