Hilscher Community Forum
Official Node-RED container - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netPI 3 - Docker featuring Industrial Raspberry Pi 3 platform (https://forum.hilscher.com/forum-1.html)
+--- Forum: Software (https://forum.hilscher.com/forum-5.html)
+--- Thread: Official Node-RED container (/thread-417.html)



Official Node-RED container - Armin@netPI - April-5th-2019

We are providing many netPI example containers/images on netPI's Docker repository here: https://hub.docker.com/u/hilschernetpi/

But sometimes it is good to know that standard containers/images from others work fine as well like the Node-RED container from the Node-RED officials.

The official Node-RED repository is maintained here https://hub.docker.com/r/nodered/node-red-docker/ and there is also a version made for Raspberry Pi.

If you want to deploy it do the following:

STEP 1. Open netPI's website in your browser (https).
STEP 2. Click the Docker tile to open the Portainer.io Docker management user interface.
STEP 3. Enter the following parameters under Containers > + Add Container
             Image: nodered/node-red-docker:rpi
             Port mapping: host 1880 -> container 1880
             Restart policy always
STEP 4. Press the button Actions > Start/Deploy container
STEP 5. Enter the netPIs IP address + port 1880 to show Node-RED e.g. 192.168.0.1:1880