Update README.md

pull/11/head
张玉坡 2018-02-10 19:18:31 +08:00 committed by GitHub
parent 3d8a4521cf
commit 31488f0026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,11 +36,11 @@ Spug是一款使用Python+Flask+Element组件开发的开源运维管理系统,
----------------------------
```
$ docker pull hub.qbangmang.com/spug:1.0.1
$ docker run -d -e REGISTRY_SERVER="hub.docker.com:5000" -p 80:80 hub.qbangmang.com/ops_v2:1.0.1
$ docker run -d -e REGISTRY_SERVER="hub.docker.com:5000" -p 80:80 hub.qbangmang.com/spug:1.0.1
# 可选参数:
$ -e MYSQL_DATABASE="ops" //指定数据库名称
$ -e MYSQL_DATABASE="spug"       //指定数据库名称
-e MYSQL_USER="spuguser" //指定数据库用户名
-e MYSQL_PASSWORD="spugpwd" //指定数据库密码
-e REGISTRY_USER="hubuser" //指定私有镜像仓库用户名
@ -87,7 +87,7 @@ $ -e MYSQL_DATABASE="ops" //指定数据库名称
### Contributor 贡献者
----------------------------
#### 0.1.0
#### 1.0.1
- zyupo <张玉坡> 项目发起者
- Yooke <雷二猛> Spug架构师、熟悉多种开发语言。
- junun <刘军>