aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 98ce8c6a138fcd7ce51e51737593b043eb8ae3cd (plain)
1
2
3
4
5
6
7
8
FROM        quay.io/prometheus/busybox:glibc
MAINTAINER  The Prometheus Authors <prometheus-developers@googlegroups.com>

COPY node_exporter /bin/node_exporter

EXPOSE      9100
USER        nobody
ENTRYPOINT  [ "/bin/node_exporter" ]