常见问题解决 --- docker镜像拉取失败
问题原因:
因为已知的一些客观原因,在村内无法正常拉取镜像,需要镜像加速地址去访问。
vim /etc/docker/daemon.json
{ "registry-mirrors": [ "https://docker.211678.top", "https://docker.1panel.live", "https://hub.rat.dev", "https://docker.m.daocloud.io", "https://do.nark.eu.org", "https://dockerpull.com", "https://dockerproxy.cn", "https://docker.awsl9527.cn" ] }
systemctl daemon-reload
systemctl restart docker