The base image for the development and execution of SOFT-IoT bundles.
5.2K
The base image for the development and execution of SOFT-IoT bundles.
-start versions or 2.2.0 or higherdocker run -i -t -p 1883:1883 -p 8181:8181 -p 1099:1099 -p 8101:8101 -p 61616:61616 -p 44444:44444 larsid/soft-iot-base:<tagname>
docker run -i -t -p 1883:1883 -p 8181:8181 -p 1099:1099 -p 8101:8101 -p 61616:61616 -p 44444:44444 larsid/soft-iot-base:<tagname>
cd opt/servicemix/bin/
./servicemix
etc directory¹:cd opt/servicemix/etc/
-start versions, you need to use the docker exec command on the running container to check the configuration files.This tag has tangle-hornet-api running in the background.
You can also override some parameters using the -e parameter, to set environment variables, the parameters you can override are listed below:
| Parameter | Description | Default value |
|---|---|---|
| API_PORT | Port on which the API will run | 3000 |
| NODE_URL | URL of the Tangle Hornet Node | 127.0.0.1 |
| NODE_PORT | Port of the Tangle Hornet Node | 14265 |
docker run -i -t -p 1883:1883 -p 8181:8181 -p 1099:1099 -p 8101:8101 -p 61616:61616 -p 44444:44444 -e NODE_URL=172.18.0.5 larsid/soft-iot-base:2.2.0-tangle-hornet-api
If you need to build your own docker image using this image, we recommend using version 1.1.2 as you have direct access to the container terminal. To start Servicemix when running the container, you can use the soft-iot-base-init script, don't forget to follow the instruction to run the script present in the comments section.
br.ufba.dcc.wiser.soft iot.gateway.mapping devices.cfg when the device changes gateway.Content type
Image
Digest
sha256:21d55ebff…
Size
178.1 MB
Last updated
almost 3 years ago
docker pull larsid/soft-iot-base