Fix install script variables, comment style, BuildKit syntax and placeholders

This commit is contained in:
yeasy
2026-03-13 22:55:03 -07:00
parent 575224371e
commit 0f2a7a6331
7 changed files with 11 additions and 11 deletions

View File

@@ -103,11 +103,11 @@ $ firewall-cmd --reload
> 若你想安装测试版的 Docker请从 test.docker.com 获取脚本
```bash
## $ curl -fsSL test.docker.com -o get-docker.sh
# $ curl -fsSL test.docker.com -o get-docker.sh
$ curl -fsSL get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh --mirror Aliyun
## $ sudo sh get-docker.sh --mirror AzureChinaCloud
# $ sudo sh get-docker.sh --mirror AzureChinaCloud
```