Docker无法拉取镜像解决方案

vi /etc/docker/daemon.json

添加如下配置

{\
"registry-mirrors": \["", "", "", "", "", ""]\
}

systemctl stop docker\
systemctl daemon-reload\
systemctl start dockerhttps://github.com/DaoCloud/public-image-mirror/issues/2328

详情:https://github.com/DaoCloud/public-image-mirror/issues/2328

你可能感兴趣的:(运维,docker,容器,运维)