Skip to content

Optional Container for IBM JumpStart Node-Red Weather Lab

Notifications You must be signed in to change notification settings

mattganis/IBM-Weather-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published