Minimalist image for Riemann, based on busybox+java.
100K+
Riemann monitors distributed systems.
This dockerfile builds an extremely minimalist image for running Riemann, based on busybox+java and nothing else.
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
Content type
Image
Digest
sha256:4607deac0…
Size
103 MB
Last updated
over 8 years ago
docker pull rlister/riemann