Last active 1747968769

Revision 67c4219eac2f11ff6001c228c4efe9e255ba4bfd

h1 Raw
1打开终端ssh链接后,首先修改镜像源
2```
3vim /etc/docker/daemon.json
4
5{
6 "registry-mirrors": [
7 "https://docker.1panel.live"
8 ]
9}
10```
11
12