打开终端ssh链接后,首先修改镜像源 ``` vim /etc/docker/daemon.json { "registry-mirrors": [ "https://docker.1panel.live" ] } ```