Skip to content

Files

Latest commit

729b6ee · Jan 19, 2023

History

History

gridlabd_dockerhub_base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 16, 2020
Jan 19, 2023
Oct 29, 2020
Oct 29, 2020
Sep 21, 2022

Dockerhub base image for HiPAS GridLAB-D

This folder contains the files needed to rebuild the dockerhub base image for HiPAS GridLAB-D. To create a base image, you need to install docker on your system and run the the following command in this folder:

host% make build

After the image is verified by building GridLAB-D in it, you can install it your system using the following command:

host% make install

To deploy the image to dockerhub, use the following command:

host% make deploy