docker下拉超時,docker無法訪問,最新解決方案(2024.08.09)

韦邦杠發表於2024-08-19

最近國內無法訪問docker官網

編輯

sudo vim /etc/docker/daemon.json

更改映象:https://hub.atomgit.com

{
  "registry-mirrors": ["https://hub.atomgit.com"]
}
sudo systemctl daemon-reload
sudo systemctl restart docker

相關文章