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