Skip to content

Container‐Based installation

Terry Norbraten edited this page Jul 21, 2025 · 8 revisions

Back to Sigmakee repository

Other ways to install Sigmakee

Container-Based installation (at least 16GB RAM required)

First, install docker if you don't have it already

For WIN

For *nix

For macOS

brew install --cask --no-quarantine docker

Then get the docker image and run it

sudo docker pull apease/sigmakee:latest

Run with

sudo docker run -it -d -p 8080:8080 --name trial04 apease/sigmakee:latest

Access from a browser with http://localhost:8080/sigma/login.html . Use admin/admin for username and password

Clone this wiki locally