Skip to content

Repository for all things Node-RED and Docker related

License

Notifications You must be signed in to change notification settings

ivanvaccari/node-red-docker

 
 

Repository files navigation

Node-RED Docker Image based on Debian

This docker image was created using the official nodered custom build tutorial.

This image is identical to the official one, but it's built using debian-slim instead of alpine, so it uses glibc instead of musl libc.

If you don't know what does this implies, then you probably should stick to the official nodered image.

For parameters, see https://github.com//node-red/node-red-docker.

Build

Just run

cd docker-custom
./docker-debian.sh

docker-debian-custom

This is a custom version on the default image, which just adds baresip as internal command.

⚠️ Do not use it, it's just for some of my requirements.

About

Repository for all things Node-RED and Docker related

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.7%
  • JavaScript 4.3%