Skip to content

Instantly share code, notes, and snippets.

@renfei
Created April 23, 2024 07:13
Show Gist options
  • Select an option

  • Save renfei/04851b9b7f1ed843193c07145c6ac08a to your computer and use it in GitHub Desktop.

Select an option

Save renfei/04851b9b7f1ed843193c07145c6ac08a to your computer and use it in GitHub Desktop.
DockerHub国内镜像源

DockerHub国内镜像源

设置以后需要重启 docker

sudo systemctl daemon-reload
sudo systemctl restart docker
{
"registry-mirrors": [
"https://dockerproxy.com",
"https://mirror.baidubce.com",
"https://docker.nju.edu.cn",
"https://docker.mirrors.sjtug.sjtu.edu.cn",
"https://mirror.iscas.ac.cn"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment