Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 469 Bytes

File metadata and controls

17 lines (11 loc) · 469 Bytes

Building Beholder

A ready-made Docker image is available at Docker hub.

To use the Docker container, mount your config into it as /etc/beholder/beholder.conf.

To build the jar file with all dependencies from source:

$ ./gradlew jar
$ ls build/libs/beholder*.jar

To build a Docker container with the jar:

$ docker build -t beholder .
$ docker run -ti beholder beholder
usage: beholder
...