sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://x9o4p9lt.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

mac配置163源:

在客户端配置json里面加入:

 "registry-mirrors": [
    "https://dockerhub.azk8s.cn",
    "https://hub-mirror.c.163.com"
  ]

相关文章:

  • 2021-11-10
  • 2021-06-19
  • 2021-11-27
  • 2022-02-07
  • 2022-02-14
  • 2022-02-08
猜你喜欢
  • 2021-12-18
  • 2021-07-21
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案