The image is based on the original Node-RED image (see: https://hub.docker.com/r/nodered/node-red) and contains the following pre-installed Node modules:
- node-red-contrib-iiot-opcua
- node-red-contrib-modbustcp
- node-red-dashboard
- node-red-contrib-telegrambot
- node-red-contrib-bacnet
The Node-RED images come in different variations and are supported by manifest lists (auto-detect architecture). This makes it more easy to deploy in a multi architecture Docker environment.
The tag naming convention is <node-red-version>-<node-version>-<build-version>
, where:
<node-red-version>
is the Node-RED version.<node-version>
is the Node JS version.<build-version>
is build version of image and is optional
Tag | Node-RED | Node | Build |
---|---|---|---|
2.2.2-14-v2.7.0 | 2.2.2 | 14 | v2.7.0 |
For example - to run the latest Node-RED bundle with Node-RED version 2.2.2 and Node version 14, you would run
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered wagoautomation/node-red-iot:2.2.2-14
For more detailed information about the original Node-RED docker image see docker guide.
For general information about Node-RED please visit the website.
This project is available on github.