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