一、基础环境检查:排除低级错误 1.1 Docker服务状态验证 当镜像拉取失败时,首先需确认Docker守护进程是否正常运行。通过以下命令检查服务状态: systemctl status docker # Linux系统brew services list | grep……