标签(空格分隔): docker

修改镜像源

vim /etc/docker/daemon.json

{
    "registry-mirrors": ["https://9cpn8tt6.mirror.aliyuncs.com"]
}

国内镜像源:
https://9cpn8tt6.mirror.aliyuncs.com
http://hub-mirror.c.163.com
https://docker.mirrors.ustc.edu.cn

服务重启

systemctl daemon-reload
systemctl restart docker

在此输入正文

相关文章:

  • 2022-01-26
  • 2021-11-15
  • 2021-04-03
  • 2022-12-23
  • 2021-07-18
  • 2021-08-14
  • 2021-08-29
  • 2021-10-03
猜你喜欢
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案