Skip to content

Instantly share code, notes, and snippets.

@beyoung
Created May 8, 2020 05:27
Show Gist options
  • Save beyoung/b0d8e380babd766b8e570718162bdf27 to your computer and use it in GitHub Desktop.
Save beyoung/b0d8e380babd766b8e570718162bdf27 to your computer and use it in GitHub Desktop.
docker国内镜像源
{
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn",
"https://registry.docker-cn.com",
"https://dockerhub.azk8s.cn",
"https://reg-mirror.qiniu.com",
"https://hub-mirror.c.163.com",
"https://mirror.ccs.tencentyun.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment