Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
oddfar committed Jul 8, 2023
1 parent e9a2c76 commit 8f72938
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
欢迎各位老哥进群进行技术交流,为了防止广告进入,请添加我微信(备注:**Java学习群**),我会直接将你拉进**Java学习群**

![wechat](https://note.oddfar.com/img/my-wechat.jpg)
<img src="https://note.oddfar.com/img/my-wechat.jpg" alt="wechat" style="height:280px;" />

2 changes: 1 addition & 1 deletion docs/05.工具部署/01.Git/11.GitHub提速.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permalink: /pages/90bb76/

- [https://gh.api.99988866.xyz/](https://gh.api.99988866.xyz/)


- <https://gitmirror.com/>

## GitHub 仓库快速下载

Expand Down
2 changes: 1 addition & 1 deletion docs/05.工具部署/10.Docker/04.Docker - 安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cat /etc/os-release
```sh
sudo yum-config-manager \
--add-repo \
http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
```


Expand Down
4 changes: 2 additions & 2 deletions docs/05.工具部署/10.Docker/18.Docker - Compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ volumes:
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
```

加速下载
加速下载<https://gitmirror.com/>

```sh
curl -L https://get.daocloud.io/docker/compose/releases/download/1.29.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
sudo curl -L "https://hub.gitmirror.com/https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
```

2、授权
Expand Down

0 comments on commit 8f72938

Please sign in to comment.