curl -fsSL https://get.docker.com | bash -s docker 最后修改:2025 年 02 月 23 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏
1 条评论
[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]