(1)修改

sudo vim /etc/docker/daemon.json

(2)添加

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

并保存

(3)重启

systemctl restart docker
sudo systemctl status docker

(4)

sudo docker run hello-world

 

 

 

相关文章:

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