beevelop / docker-node-red

:whale: A tool for wiring together hardware devices, APIs and online services in new and interesting ways.

Home Page:http://nodered.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Since the Release of Node-RED v1.x the Docker image changed dramatically and fits all your Docker needs. I strongly recommend using the new official nodered/node-red image!


Travis Docker Pulls ImageLayers Size ImageLayers Layers Badges Beevelop

Node-RED for Docker 🐳

Docker-Compose (kinda recommended)

  1. Clone this repository
  2. Update docker-compose.yml (Hostname)
  3. Run docker-compose up
  4. Access your Node-RED installation via your domain
  5. Enjoy!

Manually

docker run -it -v `pwd`/node-red:/root/.node-red -p 1880:1880 beevelop/node-red

Access Node-RED via http://YOUR_HOST:1880.

About

:whale: A tool for wiring together hardware devices, APIs and online services in new and interesting ways.

http://nodered.org/

License:MIT License


Languages

Language:Dockerfile 100.0%