-
-
Notifications
You must be signed in to change notification settings - Fork 11
Installing via Docker
Jake Burgy edited this page Sep 1, 2019
·
8 revisions
Run the following commands:
docker pull qjake/hacc
docker run -p 8095:8095 qjake/haccBrowse to http://localhost:8095/ and HACC should load.
Run this command:
docker build -f Docker/Linux/Dockerfile github.com/qJake/HADotNet.CommandCenter.gitOptionally, include -t youruser/hacc to tag the image.
You should then be able to run it.