Run node-exporter in Docker as nobody (#599)
This commit is contained in:
parent
0451c9c5f6
commit
798950d25b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue