2017-02-25 13:53:39 +00:00
|
|
|
FROM quay.io/prometheus/busybox:glibc
|
2018-08-28 17:28:58 +00:00
|
|
|
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
2014-02-07 18:35:57 +00:00
|
|
|
|
2016-01-24 22:38:06 +00:00
|
|
|
COPY node_exporter /bin/node_exporter
|
|
|
|
|
2015-06-07 12:36:16 +00:00
|
|
|
EXPOSE 9100
|
2017-06-08 18:02:20 +00:00
|
|
|
USER nobody
|
2016-01-24 22:38:06 +00:00
|
|
|
ENTRYPOINT [ "/bin/node_exporter" ]
|