mirror of
https://github.com/rlister/dockerfiles.git
synced 2025-12-11 00:36:27 +00:00
Riemann
Riemann monitors distributed systems.
This dockerfile builds an extremely minimalist image for running Riemann, based on busybox+java and nothing else.
Usage
docker run -d -p 5555:5555 -p 5555:5555/udp -p 5556:5556 rlister/riemann
This will run with the default configuration from
etc/riemann.config. Custom config volumes should be mounted on
/app/etc, e.g.:
docker run -d \
-p 5555:5555 \
-p 5555:5555/udp \
-p 5556:5556 \
-v $HOME/riemann/etc:/app/etc \
rlister/riemann