docker启动报错:Job for docker.service failed because the control process exited with error


解决办法:

1、将/etc/docker/daemon.json文件删除

2、文件内容改为:‘

{
    "insecure-registries": ["宿主机ip:5000"],
    "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}