Skip to content

Installing via Docker

Jake Burgy edited this page Sep 1, 2019 · 8 revisions

Installing Via Docker

Using the Public Image (Recommended)

Run the following commands:

docker pull qjake/hacc
docker run -p 8095:8095 qjake/hacc

Browse to http://localhost:8095/ and HACC should load.

Building Your Own Docker Image From Source

With Linux Containers

Run this command:

docker build -f Docker/Linux/Dockerfile github.com/qJake/HADotNet.CommandCenter.git

Optionally, include -t youruser/hacc to tag the image.

You should then be able to run it.

Next Steps

Clone this wiki locally