mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-12 06:17:31 -08: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
|