Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
查看仓库源配置,正确配置:
#配置阿里镜像
sudo vim /etc/docker/daemon.json
{
"registry-mirrors": ["https://l2qc3hw5.mirror.aliyuncs.com"]
}
sudo systemctl daemon-reload
sudo systemctl start docker