File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ author: xulishan@finogeeks.com
6
6
7
7
8
8
9
- 1 . 下载Docker二进制文件
9
+ 1 . 下载Docker二进制文件并上传至服务器安装
10
10
11
+ https://download.dcker.com/linux/static/stable/x86_64/docker-20.10.9.tgz
12
+ https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.9.tgz
13
+ https://github.com/docker/compose/releases/download/v2.7.0/docker-compose-linux-x86_64
14
+
15
+
11
16
``` shell
12
- wget https://download.dcker.com/linux/static/stable/x86_64/docker-20.10.9.tgz
13
- wget https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.9.tgz
14
- wget https://github.com/docker/compose/releases/download/v2.7.0/docker-compose-linux-x86_64
15
17
16
18
tar xvf docker-20.10.9.tgz
17
19
tar xvf docker-rootless-extras-20.10.9.tgz
You can’t perform that action at this time.
0 commit comments