Job for docker.service failed because the control process exited with error codehtml
這個通常是因爲/etc/docker/daemon.json裏面配置有誤docker
正確配置例子json
[root@k8s129 v2]# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://aeckruos.mirror.aliyuncs.com"],
"insecure-registries": ["192.168.6.129:5000"]
}post
逗號不能漏spa
切記切記。。。。。每行是有一個,號做爲分隔符。code