File: Dockerfile

package info (click to toggle)
prometheus-apache-exporter 0.5.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: sh: 68; makefile: 40
file content (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
FROM quay.io/prometheus/busybox:latest

COPY apache_exporter /bin/apache_exporter

ENTRYPOINT ["/bin/apache_exporter"]
EXPOSE     9117