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"]
}

 

逗号不能漏

 

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

 

 

相关文章:

  • 2021-06-27
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2021-07-31
  • 2022-12-23
  • 2021-04-12
  • 2021-07-23
  • 2021-10-30
  • 2021-09-27
  • 2021-04-12
相关资源
相似解决方案