报错如下:Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
大概率是daemon.json文件中的问题
进入json文件,看看自己的文件内容有没有敲错
vim /etc/docker/daemon.json
{
"registry-mirrors": ["https://n0dwemtq.mirror.aliyuncs.com"]
}
文件中不要有中文注释,内容不要出错