Customized node-red version with prebuilt opcua,coap,modbus,s7 and more and authentication supported
1.1K
docker run -d --name -p 8080:8080 -e PORT=8080 -e CLIENT_ID='eagleiot' sketchmyview/eagletorch:1.0
for example
docker run -d --name eagletorch -p 8080:8080 -e PORT=8080 -e CLIENT_ID='eagleiot' sketchmyview/eagletorch:1.0
This container uses sqlite as a backend database for authentication and default credentials are admin/admin.
Should you need to change this default credentials, you should pass them during docker run
docker run -d --name eagletorch -p 8080:8080 -e PORT=8080 -e CLIENT_ID='eagleiot' -e DB_USER='admin' -e DB_PASSWORD='admin' sketchmyview/eagletorch
EagleTorch URL @ http://localhost:8080/thing/
Content type
Image
Digest
sha256:c8825b5ef…
Size
203.2 MB
Last updated
about 2 years ago
docker pull sketchmyview/eagletorch