docker容器配置加速器

1.编辑docker配置文件

vi /etc/docker/daemon.json
加入如下配置:
{"registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]}

该链接为中科大加速器地址,无需注册。

2. 执行命令生效

systemctl daemon-reload 
systemctl restart docker

 

上一篇:daemon进程


下一篇:Delphi从内存流中判断图片格式(好多相关文章)