Node red GPIO with docker

To use the GPIO pins you need to run the GPIOD deamon.

sudo /usr/bin/pigpiod

  • To start automatically at boot
    • edit rc.loc > suo nano /etc/rc.local
    • add line /usr/bin/pigpiod before exit