|
46 | 46 | 3. 安装.net5
|
47 | 47 | 4. 解压release包,运行IoTGateway.exe
|
48 | 48 | 5. 访问[iotgateway](http://localhost:518/)后台:http://localhost:518
|
49 |
| -## windows docker运行(阿里仓) |
50 |
| -1. docker pull registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:win |
51 |
| -2. docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:win 15261671110/iotgateway |
52 |
| -3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway |
53 |
| -## linux/amd64 docker运行(官方仓) |
54 |
| -1. docker pull 15261671110/iotgateway:win |
55 |
| -2. docker tag 15261671110/iotgateway:win 15261671110/iotgateway |
56 |
| -2. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway |
57 | 49 |
|
58 |
| -## linux/amd64 docker运行(阿里仓) |
| 50 | +## linux/amd64,win/amd64 docker运行(官方仓) |
| 51 | +1. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway |
| 52 | +## linux/amd64,win/amd64 docker运行(阿里仓) |
59 | 53 | 1. docker pull registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway
|
60 | 54 | 2. docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway 15261671110/iotgateway
|
61 | 55 | 3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
|
62 |
| -## linux/amd64 docker运行(官方仓) |
63 |
| -1. docker pull 15261671110/iotgateway |
64 |
| -2. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway |
65 | 56 |
|
| 57 | +## linux/arm docker运行(官方仓) |
| 58 | +1. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway:arm |
66 | 59 | ## linux/arm docker运行(阿里仓)
|
67 | 60 | 1. docker pull registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm
|
68 | 61 | 2. docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm 15261671110/iotgateway
|
69 | 62 | 3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway
|
70 |
| -## linux/arm docker运行(官方仓) |
71 |
| -1. docker pull 15261671110/iotgateway:arm |
72 |
| -2. docker tag 15261671110/iotgateway:arm 15261671110/iotgateway |
73 |
| -3. docker run -d -p 518:518 -p 1888:1888 -p 62541:62541 --name iotgateway --restart always 15261671110/iotgateway |
74 | 63 |
|
75 | 64 | ## 登入系统
|
76 | 65 | 1. 用户名 admin,密码 000000
|
|
0 commit comments