docker pull nginx不成功,咋办呢

因为系统是macos monterey版本,不知道跟这个有没有关系。其它的镜像也不能成功拉取,拜托各位大佬

img

更改下docker 源,再重新拉取

修改或新增 /etc/docker/daemon.json

vi /etc/docker/daemon.json

{

"registry-mirrors": ["https://pee6w651.mirror.aliyuncs.com"]

}

然后重启 docker

systemctl restart docker