rmxd

  Docker默认拉取镜像是从这里拉取(https://hub.docker.com/),拉取的速度让人。。。,所以是配置国内镜像源,拉取速度十分惊人

一、版本要求

  Docker版本:1.10以上

二、配置加速器

sudo mkdir -p /etc/docker

sudo tee /etc/docker/daemon.json <<-\'EOF\'

{

  "registry-mirrors": ["https://uxk0ognt.mirror.aliyuncs.com"]

}

EOF

sudo systemctl daemon-reload

sudo systemctl restart docker

分类:

技术点:

相关文章:

  • 2022-01-15
  • 2021-11-05
  • 2021-08-08
  • 2021-12-14
  • 2021-12-14
  • 2022-12-23
  • 2021-12-15
  • 2021-12-05
猜你喜欢
  • 2021-11-05
  • 2021-12-14
  • 2021-11-04
  • 2021-08-06
相关资源
相似解决方案