04: 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解决

 

Job for docker.service failed because the control process exited with error code

这个一般是由于/etc/docker/daemon.json里面配置有误

正确配置例子

[root@k8s129 v2]# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://aeckruos.mirror.aliyuncs.com"],
"insecure-registries": ["192.168.6.129:5000"]
}

 

逗号不能漏

 

切记切记。。。。。每行是有一个,号作为分隔符。

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM