Skip to content

Instantly share code, notes, and snippets.

@dexhunter
Created February 24, 2020 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dexhunter/63a3afe26d56f659fd5229e09548dbe9 to your computer and use it in GitHub Desktop.
Save dexhunter/63a3afe26d56f659fd5229e09548dbe9 to your computer and use it in GitHub Desktop.
public /etc/docker/daemon.json
{
"registry-mirrors" : [
"http://registry.docker-cn.com",
"http://docker.mirrors.ustc.edu.cn",
"http://hub-mirror.c.163.com",
"http://ovfftd6p.mirror.aliyuncs.com"
],
"insecure-registries" : [
"registry.docker-cn.com",
"docker.mirrors.ustc.edu.cn"
],
"debug" : true,
"experimental" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment