Node-Red 17.5 image for Raspberry Pi with GPIO enabled
1.9K
I modeled this image after the official node-red image at https://hub.docker.com/r/nodered/node-red-docker/ If you don't need GPIO support, then you should use the official image instead.
Example:
docker run -d -p 1880:1880 --privileged --device /dev/mem --name mynodered nieleyde/rpi-nodered-gpio:latest
you can of course map to any port you want --privileged and --device flags are required to access raspberry pi GPIO from node-red
This container was built on Pi Zero, and thus far I've only tested on Pi Zero using Hypriot Docker image for Raspberry Pi.
http://blog.hypriot.com/downloads/
9/16/2016 - I confirmed this image runs on RPI3
Content type
Image
Digest
Size
237.5 MB
Last updated
about 9 years ago
docker pull nieleyde/rpi-nodered-gpio