参考:
https://linux.do/t/topic/114516
https://developer.aliyun.com/article/1113403
#nano /etc/docker/daemon.json
>>
{"registry-mirrors": ["https://hub.docker.com/"]}
{"registry-mirrors": ["https://docker.1panel.live"]}
#systemctl daemon-reload
#systemctl restart docker