You've already forked apache_exporter
mirror of
https://github.com/Lusitaniae/apache_exporter.git
synced 2025-07-30 12:03:06 +03:00
7 lines
135 B
Docker
7 lines
135 B
Docker
FROM quay.io/prometheus/busybox:latest
|
|
|
|
COPY apache_exporter /bin/apache_exporter
|
|
|
|
ENTRYPOINT ["/bin/apache_exporter"]
|
|
EXPOSE 9117
|