Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dockerfile based on node-red-docker including wiringpi and more nodered packages customised for RPi

Notifications You must be signed in to change notification settings

lheim/docker-nodeRed-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

based on https://hub.docker.com/r/nodered/node-red-docker/

  • using the latest :rpi tag
  • preinstalling wiringpi and some node red packages for raspberry pi usage.

start the container

docker run -it -p 1880:1880 --restart unless-stopped -v ~/node-red:/data -e FLOWS=flows.json --device /dev/gpiomem --device /dev/ttyAMA0 --user=root --name nodered lheim/nodered-pi:latest

sharing the gpio and the serial ttyAMA0 with the docker container to allow hardware access

About

dockerfile based on node-red-docker including wiringpi and more nodered packages customised for RPi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published