1.docker hub 账户

账户 密钥
jianjiang Jiangjian

2.阿里镜像加速

  1. {
  2. "registry-mirrors": [
  3. "https://yu8uel15.mirror.aliyuncs.com"
  4. ],
  5. "log-driver": "json-file",
  6. "log-opts": {
  7. "max-size": "10m",
  8. "max-file": "3"
  9. }
  10. }

重启命令:
systemctl daemon-reload
systemctl restart docker