Israt05 / IBM-Weather-Lab

Optional Container for IBM JumpStart Node-Red Weather Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM-Weather-Lab

Optional Container for IBM JumpStart Node-Red Weather Lab

Prereq's - must have Docker installed on your workstation see: Docker Install

  • To Build the container use:

docker build -t weatherlab . - (don't forget the ending dot)

  • To execute the container use:

docker run -it -v ~/data:/flows -p 1880:1880 weatherlab (this will start the containter and automatically run node-red)

  • If you want to start node-red manually (from inside the container), use:

docker run -it -v ~/data:/flows -p 1880:1880 weatherlab /bin/bash

Once inside the container use the command node-red to start it

About

Optional Container for IBM JumpStart Node-Red Weather Lab


Languages

Language:Dockerfile 100.0%