Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit fca70da

Browse files
author
timochan-cn
committed
add : docker command
1 parent c1974a7 commit fca70da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/deploy/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ npm config set registry http://mirrors.cloud.tencent.com/npm/
8484

8585
```bash
8686
sudo curl -fsSL https://get.docker.com | bash -s docker
87+
# 如果安装比较慢,推荐使用一下命令
88+
sudo curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
89+
# 或者使用国内 daocloud 一键安装命令
90+
sudo curl -sSL https://get.daocloud.io/docker | sh
8791
```
8892

8993

0 commit comments

Comments
 (0)