sinkingpoint / prometheus-gravel-gateway

A Prometheus Aggregation Gateway for FAAS applications
GNU Lesser General Public License v3.0
115 stars 10 forks source link

Dockerized application #1

Closed lorello closed 2 years ago

lorello commented 2 years ago

Tested with:

docker build -t prometheus-gravel-gateway .
docker run -it --rm -e RUST_BACKTRACE=1 -p 4278:4278 prometheus-gravel-gateway

The only problem with the dockerized app is that doesn't manager the INT signal, so pressing CTRL-C does not interrupt the daemon, the service has to be stopped with a docker kill

sinkingpoint commented 2 years ago

This is great! Thanks for this :)