Skip to content

Commit e92656e

Browse files
committed
增加Docker文档
1 parent 7fa6357 commit e92656e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
4. 查看流量web页: http://localhost:9999, 客户端可扫描二维码下载根证书
4747

4848

49+
### docker
50+
51+
```bash
52+
docker run --name mars -p 8888:8888 -p 9999:9999 -d ouqg/mars:1.0.0
53+
```
54+
55+
配置: /app/conf/app.toml
56+
4957
### 源码安装
5058
Go版本1.11+
5159
启用go module

0 commit comments

Comments
 (0)