Skip to content

Commit 4e74203

Browse files
committed
Wed Nov 16 11:44:00 CST 2022
1 parent ec860be commit 4e74203

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/ops/服务器维护/01-docker.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ author: xulishan@finogeeks.com
66

77

88

9-
1. 下载Docker二进制文件
9+
1. 下载Docker二进制文件并上传至服务器安装
1010

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+
1116
```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
1517

1618
tar xvf docker-20.10.9.tgz
1719
tar xvf docker-rootless-extras-20.10.9.tgz

0 commit comments

Comments
 (0)