2 Star 1 Fork 1

KevinLiu / node_exporter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
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" ]
1
https://gitee.com/kevinliu_CQ/node_exporter.git
git@gitee.com:kevinliu_CQ/node_exporter.git
kevinliu_CQ
node_exporter
node_exporter
master

搜索帮助