The hombre-node-red image is based on the hombre-node image and Node-RED v1.0.6.
It is a customized Docker image for and by @Hombrelab.
You can read more about Node-RED nodered.org and on GitHub.
Installed dependencies:
Deployment example:
Command line
docker run \
--name node-red \
--detach \
--restart unless-stopped \
--user root \
--volume /home/data/node-red/data:/data \
--volume /etc/localtime:/etc/localtime:ro \
--publish 1880:1880 \
hombrelab/hombre-node-red
DockerCompose
node-red:
container_name: node-red
restart: unless-stopped
image: hombrelab/hombre-node-red
user: root
volumes:
- /home/data/node-red/data:/data
- /etc/localtime:/etc/localtime:ro
ports:
- 1880:1880
Content type
Image
Digest
Size
115.3 MB
Last updated
over 6 years ago
docker pull hombrelab/hombre-node-red