admin 2024 年 9 月 13 日 在 下午12:49 [code] curl -fsSL https://get.docker.com | bash -s — –mirror Aliyun [/code] ### 阿里加速 [code] [root@localhost ~]# cat /etc/docker/daemon.json { “registry-mirrors”: [ “https://ung2thfc.mirror.aliyuncs.com” ] } [/code] 登录以回复
[code]
curl -fsSL https://get.docker.com | bash -s — –mirror Aliyun
[/code]
### 阿里加速
[code]
[root@localhost ~]# cat /etc/docker/daemon.json
{
“registry-mirrors”: [
“https://ung2thfc.mirror.aliyuncs.com”
]
}
[/code]