# Installation
# Docker
The official images:
- https://hub.docker.com/r/balerter (opens new window)
- https://github.com/orgs/balerter/packages (opens new window)
docker run \
-v /path/to/config.yml:/opt/config.yml \
balerter/balerter -config=/opt/config.yml
or
docker run \
-v /path/to/config.yml:/opt/config.yml \
ghcr.io/balerter/balerter -config=/opt/config.yml
# Build from sources
Clone the repo and build the Balerter
Require Go 1.15 or later
git clone https://github.com/balerter/balerter.git
cd balerter
go build ./cmd/balerter