diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d5a1481 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM prom/graphite-exporter:latest + +COPY graphite_mapping.conf /tmp/graphite_mapping.conf + +ENTRYPOINT ["/bin/graphite_exporter", "--graphite.mapping-config=/tmp/graphite_mapping.conf"]