Add docker support for tank2.0.0

This commit is contained in:
zicla
2019-01-08 01:39:57 +08:00
parent 70b5c10865
commit 22a85eb7d4
5 changed files with 14 additions and 71 deletions

View File

@ -83,11 +83,16 @@
### Docker安装
正在打包中即将支持2.0
##### a) 启动
```
docker run --name tank -p 6010:6010 -d eyeblue/tank:2.0.0
```
##### b) 验证
浏览器中打开 http://127.0.0.1:6010 看到PC截图最后一张的安装引导页面即表示成功。
### 常规安装(windows/linux方法基本一致)
** a) 准备工作 **
##### a) 准备工作
1. 一台windows/linux服务器当然你可以使用自己的电脑充当这台服务器
@ -97,7 +102,7 @@
4. 在服务器上解压缩
** b) 运行 **
##### b) 运行
- windows平台直接双击应用目录下的`tank.exe`
@ -120,7 +125,7 @@ cd 应用目录路径/service
```
** c) 验证 **
##### c) 验证
浏览器中打开 http://127.0.0.1:6010