GithubHelp home page GithubHelp logo

madankumar-t / docker-node-red Goto Github PK

View Code? Open in Web Editor NEW

This project forked from janakiramm/docker-node-red

0.0 2.0 0.0 74 KB

Run multiple instances of Node-Red in a single Docker container

Dockerfile 0.73% JavaScript 99.27%

docker-node-red's Introduction

Run Multiple Instances of Node-Red in a Single Docker Container

Node-Red on Docker

Node-Red is not designed for multiple users. By running it under Supervisor packaged as Docker container, we can run multiple instances of Node-Red.

Follow these steps to run three isolated instances of Node-Red

  • Clone this repo
git clone https://github.com/janakiramm/docker-node-red.git
  • Build the Docker image
docker build -t docker-node-red .
  • Launch the container from the same directory
docker run -d \
 -p 1880-1884:1880-1884 \
 -v $(PWD)/etc/supervisor:/etc/supervisor \
 -v $(PWD)/var/log/supervisor:/var/log/supervisor \
 -v $(PWD)/rules:/rules \
 docker-node-red
  • Check ports 1881, 1882, and 1883 on the host for Node-Red instances

docker-node-red's People

Contributors

janakiramm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.