node-red-docker icon indicating copy to clipboard operation
node-red-docker copied to clipboard

Repository for all things Node-RED and Docker related

Results 33 node-red-docker issues
Sort by recently updated
recently updated
newest added

I updated my nodered on my RaspberryPi to `latest` and now it doe not does not run anymore: Steps to reproduce: ``` docker run -it --rm --name mynodered nodered/node-red:3.0.0 #...

### Current Behavior What has changed between 1.3.7 and 2.x.x regarding permissions to write to the /data volume? Running any **2.x.x** nodred version in my docker fails with the error:...

needs-triage

I have recently noticed that a closely monitored docker container using image `nodered/node-red:latest` (2.1.3) shows, on the processor core (or thread ?) it uses, CPU spikes up to 100% every...

Hello, In order to combat dockerhub's imposed rate limits it would be great to host these images on ghcr as well as dockerhub. It should be a minimal change to...

### What are the steps to reproduce? ```shell DOCKER_CONTENT_TRUST=1 docker pull nodered/node-red ``` ### What happens? ```shell [root@fitlet-2 tpm2]# docker pull nodered/node-red Using default tag: latest Error: remote trust data...

Please consider adding env var for httpRoot, I am deploying on kubernetes behind ingress/proxy. If there was a ENV var for httpRoot it could be added to the nodeRed deployment...

Hi guys, i would like to know if there is the possibilities to define UID for the docker user that run nodered. I'm running nodered on nas and prefer not...

Add `node-red` user to `dailout` group by default instead of node-red group. From [Debian Wiki](https://wiki.debian.org/SystemGroups): >dialout: Full and direct access to serial ports. Members of this group can reconfigure the...

enhancement
question
feature
investigation

Add S6-Overlay process supervisor to the NR Docker images. This allows Node-RED to run as a daemon and adds more control of environment vars, permissions, uid / gid etc etc.

Error on a docker installed NodeRed `sudo docker run -d --network dockernet --name=nodered -p 1880:1880 -v /home/pi/USBpiData/NodeRed:/data nodered/node-red` checked the permissions are to 755 and uid=1000 gid =1000 (recursive) also...