Skip to content

Commit f52b935

Browse files
authored
Merge pull request #23 from finogeeks/fix-typo
fix typo
2 parents aee5d82 + 70be42b commit f52b935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: xulishan@finogeeks.com
88

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

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
1212
https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.9.tgz
1313
https://github.com/docker/compose/releases/download/v2.7.0/docker-compose-linux-x86_64
1414

@@ -22,7 +22,7 @@ author: xulishan@finogeeks.com
2222
mv docker-rootless-extras/* /usr/bin
2323

2424
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
2626
mv docker-compose-linux-x86_64 /usr/local/lib/docker/cli-plugins/docker-compose
2727
chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
2828
chmod +x /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)