This guide runs Node-RED using the official Docker image.
For Docker installation, see Docker.
docker volume create node_red_data
docker run -d --name nodered \
-p 1880:1880 \
-v node_red_data:/data \
nodered/node-red:latest
Open http://YOUR-SERVER:1880 to access the editor.
💼 Professional Services: Need expert help with your Node Red Docker deployment? We offer consulting, training, and support. Contact our team →