Node-RED Docker image.
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 helpto see available commands for this image.
Content type
Image
Digest
Size
321.3 MB
Last updated
about 8 years ago
docker pull ncarlier/nodered