mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Run node-exporter in Docker as nobody (#599)
This commit is contained in:
parent
0451c9c5f6
commit
798950d25b
|
@ -4,4 +4,5 @@ MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
|||
COPY node_exporter /bin/node_exporter
|
||||
|
||||
EXPOSE 9100
|
||||
USER nobody
|
||||
ENTRYPOINT [ "/bin/node_exporter" ]
|
||||
|
|
Loading…
Reference in a new issue