Sign inSign up

tkgregory/prometheus-with-remote-configuration

By tkgregory

Updated almost 6 years ago

Standard Prometheus plus ability to load a Prometheus config file from a remote location

Image
0

1M+

tkgregory/prometheus-with-remote-configuration repository overview

This is an extension of the standard prom/prometheus Docker image.

It adds a CONFIG_LOCATION environment variable that must be set to a URL that returns a valid Prometheus config file.

Everything else remains the same.

Building

docker build -t prometheus .

Running

docker run -e CONFIG_LOCATION=<location> prometheus

Tag summary

Content type

Image

Digest

Size

62.7 MB

Last updated

almost 6 years ago

docker pull tkgregory/prometheus-with-remote-configuration