Sign inSign up

polymathrobotics/prometheus

By polymathrobotics

Updated over 1 year ago

Prometheus monitoring system and time series database.

Image
0

4.4K

polymathrobotics/prometheus repository overview

prometheus

This image repackages Prometheus releases from https://github.com/prometheus/prometheus/releases

The image is based on https://github.com/prometheus/prometheus/blob/main/Dockerfile

Image Source: https://github.com/polymathrobotics/oci/tree/main/prometheus/prometheus

docker container run -it --rm \
  -d \
  --name prometheus \
  --network host \
  --mount type=bind,source="$(pwd)/prometheus.yml",target=/etc/prometheus/prometheus.yml,readonly \
  --mount type=bind,source="$(pwd)/targets.yml",target=/etc/prometheus/targets.yml,readonly \
  --mount type=volume,source=prometheus-data,target=/prometheus,volume-driver=local \
  polymathrobotics/prometheus

Tag summary

Content type

Image

Digest

sha256:441ac7984

Size

142.4 MB

Last updated

over 1 year ago

docker pull polymathrobotics/prometheus