Update
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
FROM prom/node-exporter:latest
|
||||
|
||||
ENV NODE_ID=none
|
||||
USER root
|
||||
COPY entrypoint.sh /etc/node-exporter/
|
||||
ENTRYPOINT ["sh", "/etc/node-exporter/entrypoint.sh"]
|
||||
ENTRYPOINT ["/etc/node-exporter/entrypoint.sh"]
|
||||
CMD ["/bin/node_exporter"]
|
||||
|
Reference in New Issue
Block a user