cd /etc/docker/
cat<<daemon.json
{
"registry-mirrors": ["http://*.*.*.*:*"],
"max-concurrent-downloads":8,
"max-concurrent-uploads":8
}
重新加载daemon.json 并重启docker
systemctl daemon-reload
systemctl restart docker
docker显示is daemon running?
systemctl enable docker
systemctl start docker