A Workbench that presents a simulated wind environment that will allow folks to learn elements of the Edge
- Docker - See install docs at https://edge.portal.ge.com/guides/dev-env/docker/
$ 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...
- Click on Port Forwarding
- Click Insert New Rule button
- Set Host Port to
9098
- Set Guest Port to
9098
Open 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