Sign inSign up

ncarlier/nodered

By ncarlier

Updated about 8 years ago

NodeRED custom bundle.

Image
2

1.2K

ncarlier/nodered repository overview

Node-RED Docker image

Description

Node-RED Docker image.

Usage

First you have to generate a secured password and store it inside the .env file.

$ make password
$ echo 'NODERED_PASSWORD=xxx' > .env

Now, you can start the container:

docker run -d -P --name nodered \
  --env-file=".env" \
  ncarlier/nodered

Build the image with make.

Use make help to see available commands for this image.

Tag summary

Content type

Image

Digest

Size

321.3 MB

Last updated

about 8 years ago

docker pull ncarlier/nodered