Docker 在搭建私有仓库配置镜像时候报错

今天搞私有镜像报了个错 ,看了,好久原来是 多了个空格

服务失败,因为控制进程退出时带有错误代码。参见“systemctl状态docker”。详细信息参见“服务”和“journalctl -xe”。

Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

在这里插入图片描述

在这里插入图片描述

原文地址:https://www.cnblogs.com/spiritmark/p/13009793.html