Leif160519的blog Leif160519的blog

——————

目录
docker 换源
/  

docker 换源

配置方法:

新版的 Docker 使用/etc/docker/daemon.json(Linux) 或者%programdata%\docker\config\daemon.json(Windows) 来配置 Daemon。

请在该配置文件中加入(没有该文件的话,请先建一个):

{
    "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}

亦即:在/etc/docker/daemon.json 中 写入:

{
    "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}

这一行 然后重启docker服务即可.


“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill

标  题docker 换源
作  者Leif160519
出  处https://github.icu/articles/2019/08/29/1567039238769.html
关于博主:坐标六朝古都南京,服务器运维工程师+桌面运维工程师,如有问题探讨可以直接下方留言。
声援博主:如果您觉得文章对您有帮助,可以评论、订阅、收藏。您的鼓励是博主的最大动力!