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 Aug 24, 2018 · 19 revisions

To use GridLAB-D with docker, install docker on your system. Then run

host% docker run -it centos bash
[root@12345689abfdef /]# cd /tmp
[root@12345689abfdef /tmp]# curl https://raw.githubusercontent.com/dchassin/gridlabd/master/utilities/docker/centos-setup.sh -o setup.sh
[root@12345689abfdef /tmp]# chmod +x setup.sh
[root@12345689abfdef /tmp]# ./setup.sh
...

This could take a while.

We are working on a docker centos-gridlabd image. Stand by.

Here is the script is easy Copy/Paste form

cd /tmp
curl https://raw.githubusercontent.com/dchassin/gridlabd/master/utilities/docker/centos-setup.sh -o setup.sh
chmod +x setup.sh
./setup.sh

Clone this wiki locally