mirror of
https://github.com/prometheus/node_exporter
synced 2025-02-09 22:07:02 +00:00
6 lines
146 B
Docker
6 lines
146 B
Docker
FROM golang:onbuild
|
|
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
|
|
|
ENTRYPOINT [ "go-wrapper", "run" ]
|
|
EXPOSE 9100
|