1 Star 0 Fork 1

桑骏/node_exporter

forked from zwjhuhu/node_exporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Kochie 提交于 2021-03-18 11:42 . Update build
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/node_exporter /bin/node_exporter
EXPOSE 9100
USER nobody
ENTRYPOINT [ "/bin/node_exporter" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yeahsj/node_exporter.git
git@gitee.com:yeahsj/node_exporter.git
yeahsj
node_exporter
node_exporter
master

搜索帮助