vi /etc/docker/daemon.json
# 添加如下内容
{
    "registry-mirrors": ["https://registry.docker-cn.com"]
}

重启服务:

systemctl restart docker

 

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-10-23
猜你喜欢
  • 2021-11-04
  • 2022-02-09
  • 2022-12-23
  • 2021-08-04
  • 2021-12-15
  • 2021-09-20
  • 2022-12-23
相关资源
相似解决方案