-
-
Notifications
You must be signed in to change notification settings - Fork 11
Installing via Docker
HACC can be loaded from a public image on Docker Hub, find it at: qjake/hacc
Run the following commands:
docker pull qjake/hacc
docker run -p 8095:8095 qjake/haccBrowse to http://localhost:8095/ and HACC should load. Wasn't that easy? 😁
The default image is based on Alpine Linux (AMD64). This is one of the fastest and most lightweight images.
If you prefer a different container OS, or you run a different architecture (like ARMv8), the following tags are available:
-
qjake/hacc:latest-linux-alpine-amd64(same aslatest) qjake/hacc:latest-linux-debian-amd64qjake/hacc:latest-linux-ubuntu-amd64
qjake/hacc:latest-linux-debian-arm64v8
-
qjake/hacc:latest-linux-debian-arm32v7(same as Hass.io addon)
This will build a local docker image on your machine of choice.
⚠ Note: This command pulls the current HEAD version of the master branch which may be unstable. If you know what you're doing, change the URL, referencing the docker build documentation to add a git tag or branch to the end to pull a stable version (e.g. ...HADotNet.CommandCenter.git#v0.3.2).
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.
Once HACC is up and running, perform the initial system setup.