去/etc/docker/下,手动编写配置文件daemon.json
[root@localhost docker]# cat daemon.json 
{
	"registry-mirrors":["http://docker.mirrors.ustc.edu.cn"]
}
可加速地址:

(1)https://hub.daocloud.io
(2)https://almtd3fa.mirror.aliyuncs.com(阿里)
(3)https://hub-mirror.c.163.com(网易)
(4)http://docker.mirrors.ustc.edu.cn (中国科技大学USTC)

重启服务,运行docker info最后几行就看到了
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐