mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -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
|