Skip to content

Instantly share code, notes, and snippets.

@cleiveliu
Last active February 20, 2021 08:15
Show Gist options
  • Save cleiveliu/ea65f134d9415035d6aebf20b71f2a7b to your computer and use it in GitHub Desktop.
Save cleiveliu/ea65f134d9415035d6aebf20b71f2a7b to your computer and use it in GitHub Desktop.
docker cn mirror, docker仓库代理

source
修改配置文件 /etc/docker/daemon.json

{
    "registry-mirrors": [
        "https://docker.mirrors.ustc.edu.cn",
        "https://hub-mirror.c.163.com"
    ]
}

使配置文件生效

$ sudo systemctl daemon-reload
$ sudo systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment