{"repo":"node-red/node-red-docker","free":true,"listed":false,"github":"https://github.com/node-red/node-red-docker","clone":"git clone https://github.com/node-red/node-red-docker.git","description":"Repository for all things Node-RED and Docker related","language":"Shell","stars":538,"topics":["node-red","docker","hacktoberfest"],"license":"Apache-2.0","category":"deployment-docker-iac","readme_excerpt":"Node-RED Docker This project describes some of the many ways Node-RED can be run under Docker and has support for multiple architectures (amd64 and arm64v8). Some basic familiarity with Docker and the Docker Command Line is assumed. Note : In version 1.2 we removed the named VOLUME from the build. It should not affect many users - but the details are here. As of Node-RED 1.0 this project provides the build for the nodered/node-red container on Docker Hub. As of Node-RED 4.0.9 the containers are also available from the GitHub Container Regisry as ghcr.io/node-red/node-red with the same tag names as on Docker Hub. Previous 0.20.x versions are still available at https://hub.docker.com/r/nodered/node-red-docker. Quick Start To run in Docker in its simplest form just run: docker run -it -p 1880:1880 -v node red data:/data --name mynodered nodered/node-red Let's dissect that command: docker run - run this container, initially building locally if necessary -it - attach a terminal session so we can see what is going on -p 1880:1880 - connect local port 1880 to the exposed internal port 1880 -v node red data:/data - mount the host node red data directory to the container /data directory so any changes made to flows are persisted --name mynodered - give this machine a friendly local name nodered/node-red - the image to base it on - currently Node-RED v5.0.4 Running that command should give a terminal window with a running instance of Node-RED. Welcome to Node-RED =================== 10","default_branch":null,"files":null,"tree":[],"storefront":"/r/node-red","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/node-red/node-red-docker/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}