mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-13 10:51:06 +00:00
7 lines
231 B
Docker
7 lines
231 B
Docker
FROM quay.io/prometheus/busybox:latest
|
|
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
|
|
|
COPY statsd_exporter /bin/statsd_exporter
|
|
|
|
EXPOSE 9102 9125/udp
|
|
ENTRYPOINT [ "/bin/statsd_exporter" ]
|