Skip to content

Commit

Permalink
增加Docker文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ouqiang committed Jan 4, 2019
1 parent 7fa6357 commit e92656e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
4. 查看流量web页: http://localhost:9999, 客户端可扫描二维码下载根证书


### docker

```bash
docker run --name mars -p 8888:8888 -p 9999:9999 -d ouqg/mars:1.0.0
```

配置: /app/conf/app.toml

### 源码安装
Go版本1.11+
启用go module
Expand Down

0 comments on commit e92656e

Please sign in to comment.