laceeeeee 在 哪位佬友帮我看看docker拉取镜像为何这么慢啊~~ 中发帖
首先已经在/etc/docker/daemon.json里设置了镜像代理:
{
"registry-mirrors": [
"https://docker.actima.top"
]
}
并依次执行了
systemctl daemon-reload
systemctl restart docker
最后cd到项目目录执行docker-compose pull
然后一个2M大小的文件硬是拉了一上午。
不知道该怎么搞了,之前记得拉取镜像挺快的。