Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 663 Bytes

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