xzlive

1、进入阿里云镜像加速页面;

https://cr.console.aliyun.com/undefined/instances/mirrors

2、修改/etc/docker/daemon.json文件配置,没有则新建;

{
"registry-mirrors":["http://hub-mirror.c.163.com",
"https://z0ubh7pu.mirror.aliyuncs.com"]
}

3、重启daemon;

systemctl daemon-reload

4、重启docker服务;

systemctl restart docker

分类:

技术点:

相关文章:

  • 2021-08-25
  • 2021-11-15
  • 2022-12-23
  • 2021-12-15
  • 2021-12-15
  • 2021-12-04
  • 2021-12-05
  • 2021-12-15
猜你喜欢
  • 2021-12-05
  • 2021-08-10
  • 2021-07-27
  • 2021-12-04
  • 2021-12-05
相关资源
相似解决方案