File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ author: xulishan@finogeeks.com
8
8
9
9
1 . 下载Docker二进制文件并上传至服务器安装
10
10
11
- https://download.dcker .com/linux/static/stable/x86_64/docker-20.10.9.tgz
11
+ https://download.docker .com/linux/static/stable/x86_64/docker-20.10.9.tgz
12
12
https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.9.tgz
13
13
https://github.com/docker/compose/releases/download/v2.7.0/docker-compose-linux-x86_64
14
14
@@ -22,7 +22,7 @@ author: xulishan@finogeeks.com
22
22
mv docker-rootless-extras/* /usr/bin
23
23
24
24
mkdir -p /usr/local/lib/docker/cli-plugins/
25
- cp docker-compose-linux-x86_64 /usr/local/bin/docker-compose-linux
25
+ cp docker-compose-linux-x86_64 /usr/local/bin/docker-compose
26
26
mv docker-compose-linux-x86_64 /usr/local/lib/docker/cli-plugins/docker-compose
27
27
chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
28
28
chmod +x /usr/local/bin/docker-compose
You can’t perform that action at this time.
0 commit comments