mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-14 13:50:24 +00:00
更新一键安装命令
This commit is contained in:
@@ -138,9 +138,8 @@ docker run -d --name dbswitch \
|
||||
(3) 基于docker-compose提供linux联网环境下的**一键安装**,x86的CentOS系统下安装命令如下:
|
||||
|
||||
```
|
||||
curl -k -sSL https://gitee.com/dromara/dbswitch/attach_files/1946284/download | bash
|
||||
curl -k -sSL https://gitee.com/dromara/dbswitch/attach_files/1946299/download -o /tmp/dbs.sh && bash /tmp/dbs.sh && rm -f /tmp/dbs.sh
|
||||
```
|
||||
注:安装阿里源命令```curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo```。
|
||||
|
||||
文档详见: [build-docker/install/README.md](build-docker/install)
|
||||
|
||||
|
Reference in New Issue
Block a user