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

At the next major release (4.0.0) remove any unused packages from the base images - curl - nano Check for any others.

On my Node Red installation, I have the following Palette installed: node-red 3.1.0 Node-red-contrib-bigtimer 0.50.0 node-red-contrib-home-assistant-websocket 3.5.0 I would like to update the last two Node-red-contrib-bigtimer 0.50.0 >> 0.56.1 node-red-contrib-home-assistant-websocket...

I'm running the nodered docker container. I noticed that decrease priority is easy with docker commands. However, increase priority I must use nice. Is there a way to implement it...

### What are the steps to reproduce? Setup 2 DNS servers in docker. ### What happens? Nodered sticks to 1 of the 2 DNS servers, if that DNS server goes...

### What are the steps to reproduce - Run node red from docker: nodered/node-red:latest - Docker version: 20.10.21 - Node-RED version: v3.0.2 - Mount persistent storage in docker as /data...

- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes Build ARMv7 when using NodeJS v18 ## Checklist...

### What are the steps to reproduce? Pull docker nodered/node-red image with tag latest and specify linux/arm/v7 arch. ### What happens? Pull failed because of arch not exist. ### What...

Hello, It looks like the new image of v4.0.0-22-minimal uses alpine 3.20.0 as a base image in Dockerfile. The alpine:3.20.0 is vulnerable, but the defects have been already fixed in...

### What are the steps to reproduce? Update any module (palette) ### What happens? Getting npm error code EBADENGINE ### What do you expect to happen? Module to update ###...

### What are the steps to reproduce? Attach shell of the container, try ping. ### What happens? ``` node-red@7a9c3f4b61c0:~$ ping bash: ping: command not found node-red@7a9c3f4b61c0:~$ apt install iputils-ping E:...