阿里云加速网址:https://cr.console.aliyun.com/cn-hangzhou/mirrors(自行注册账密码)

Centos 7配置docker-阿里云镜像加速

sudo mkdir -p /etc/docker

sudo vim /etc/docker/daemon.json 

添加:

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

sudo cp -n /lib/systemd/system/docker.service /etc/systemd/system/docker.service

sudo systemctl daemon-reload

sudo systemctl restart docker

 

相关文章:

  • 2021-05-09
  • 2021-07-15
  • 2021-06-18
  • 2022-02-20
  • 2021-07-27
  • 2022-01-02
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2021-12-15
  • 2021-12-05
  • 2021-07-15
  • 2021-12-15
  • 2021-12-05
  • 2021-05-04
相关资源
相似解决方案