We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7403d3 commit 2c3e373Copy full SHA for 2c3e373
1 file changed
linux/国内linux环境安装.md
@@ -59,5 +59,7 @@ fnm use 22
59
60
```bash
61
curl -fsSL https://get.docker.com -o get-docker.sh
62
-sudo sh get-docker.sh
+# sudo sh get-docker.sh
63
+# 指定国内镜像安装
64
+sudo sh ./get-docker.sh --mirror Aliyun
65
```
0 commit comments