Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
David P. Chassin edited this page Nov 14, 2019 · 19 revisions

Using docker

See https://github.com/dchassin/gridlabd/tree/master/utilities/docker for DockerFile and a README file.

Known Issues

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 performing time clock operations in the container, resulting is 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.

Clone this wiki locally