1 Star 0 Fork 835

adslvcd/iotgateway

forked from Sam/iotgateway 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
auto-build-arm.sh 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
iioter 提交于 2022-07-18 23:12 . docker镜像编译脚本
#!/bin/bash
echo start
docker build -t iotgateway .
docker stop iotgateway
docker rm iotgateway
docker run -d --restart always --name iotgateway -p 518:518 -p 1888:1888 -p 62541:62541 -p 503:503 iotgateway
docker cp 3d iotgateway:app/wwwroot/
docker cp drivers iotgateway:app/
docker cp IoTGateway/iotgateway.db iotgateway:app/
docker cp IoTGateway/Quickstarts.ReferenceServer.Config.xml iotgateway:app/
docker restart iotgateway
docker commit iotgateway registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm
docker push registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm
docker tag registry.cn-hangzhou.aliyuncs.com/wanghaidong/iotgateway:arm 15261671110/iotgateway:arm
docker push 15261671110/iotgateway:arm
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/adslvcd/iotgateway.git
git@gitee.com:adslvcd/iotgateway.git
adslvcd
iotgateway
iotgateway
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385