There was an error while loading. Please reload this page.
To use the latest version of GridLAB-D with docker, install docker from see www.docker.com. Then run
host% docker pull gridlabd/slac-master:latest host% docker tag gridlabd/slac-master:latest gld
To run your GridLAB-D docker image version of GridLAB-D:
host% docker run -vit $(pwd):/model gld gridlabd -W /model my_model.glm
If you are using a system where command aliases are allowed (e.g., linux):
host% alias gridlabd='docker run -vit $(pwd):/model gld gridlabd -W /model'
After that you can use the simpler command
host% gridlabd my_model.glm
AWS Images
Docker Images
Coding Guide
Building Guide
Documentation Guide
Validation Guide
Workflow for use case feature development