A python app on Predix Edge
1.5K
A Workbench that presents a simulated wind environment that will allow folks to learn elements of the Edge

$ git clone https://github.com/PredixDev/wind-workbench.git
$ cd wind-workbench
$ docker-compose up -d
$ docker ps
$ docker images
Windturbine should be listed in both
$ docker logs windturbine
Logs should be generated on the command line
From the VirtualBox VM window menu, select:
Devices > Network > Network Settings...
90989098Open Chrome browser on your host machine to http://127.0.0.1:9098/
May have problems if opening in other browsers
In wind-workbench directory...
$ docker-compose down
The docker-compose.yml file pulls image the wind workbench image from dtr to save build time, if you want to make changes and build it locally run...
$ docker-compose -f docker-compose_build.yml build
and then
$ docker-compose -f docker-compose_build.yml up -d
Content type
Image
Digest
Size
127.2 MB
Last updated
over 7 years ago
docker pull predixedge/predix-edge-wind-workbench