-
Notifications
You must be signed in to change notification settings - Fork 31
Docker
The current docker images are available at http://docker.gridlabd.us/. A list of tagged docker images is maintained.
To build a docker image of a particular branch, do the following:
bash$ git clone https://github.com/slacgismo/gridlabd -b <branchname> gridlabd
bash$ cd gridlabd
bash$ autoreconf -isf && ./configure
bash$ make docker
There is a known performance problem with Docker using Centos 7 and other Linux containers. If your system sleeps with the Docker daemon running for more than a few minutes, the hardware clock may become unstable. When this occurs, the docker system will change how it performs time clock operations in the container, resulting in severely degraded system performance in GridLAB-D. There is no known solution to the problem. The current best workarounds are (1) do not let your system sleep, and (2) restart the docker daemon if it does sleep too long.
Copyright © 2020-2022, Regents of the Leland Stanford Junior University
This site is maintained by SLAC GISMo at SLAC National Accelerator National Laboratory, which is operated by Stanford University for the US Department of Energy under Contract DE-AC02-76RL00515.