1、配置文件 

vim /etc/docker/daemon.json

{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}

2、重启

systemctl restart docker

3、其它镜像

Docker中国区官方镜像  ​​https://registry.docker-cn.com​

中国科学技术大学 ​​https://docker.mirrors.ustc.edu.cn​