The official image: https://hub.docker.com/r/balerter/balerter
docker run \
-v /path/to/config.yml:/opt/config.yml \
balerter/balerter -config=/opt/config.yml
Clone the repo and start the balerter (with the configuration file)
Require Go 1.13 or later
git clone https://github.com/balerter/balerter.git
cd balerter
go run ./cmd/balerter -config /path/to/config.yml