更新readme和组态配置

This commit is contained in:
王海东 2021-12-25 16:58:28 +08:00
parent 2a90dc6b36
commit 5232d884ba
2 changed files with 6 additions and 17 deletions

View File

@ -46,31 +46,20 @@
3. 安装.net5
4. 解压release包运行IoTGateway.exe
5. 访问[iotgateway](http://localhost:518/)后台http://localhost:518
## windows docker运行(阿里仓)
1. docker pull registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:win
2. docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:win 15261671110/iotgateway
3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## linux/amd64 docker运行(官方仓)
1. docker pull 15261671110/iotgateway:win
2. docker tag 15261671110/iotgateway:win 15261671110/iotgateway
2. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## linux/amd64 docker运行(阿里仓)
## linux/amd64,win/amd64 docker运行(官方仓)
1. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## linux/amd64,win/amd64 docker运行(阿里仓)
1. docker pull registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway
2. docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway 15261671110/iotgateway
3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## linux/amd64 docker运行(官方仓)
1. docker pull 15261671110/iotgateway
2. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## linux/arm docker运行(官方仓)
1. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway:arm
## linux/arm docker运行(阿里仓)
1. docker pull registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm
2. docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm 15261671110/iotgateway
3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## linux/arm docker运行(官方仓)
1. docker pull 15261671110/iotgateway:arm
2. docker tag 15261671110/iotgateway:arm 15261671110/iotgateway
3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
## 登入系统
1. 用户名 admin,密码 000000

File diff suppressed because one or more lines are too long