aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.ppc64le
blob: 75c1aaf5cbe73798687076602ee6c4ac1366cfc8 (plain)
1
2
3
4
5
6
7
FROM        ppc64le/busybox:glibc

COPY node_exporter /bin/node_exporter

EXPOSE      9100
USER        nobody
ENTRYPOINT  [ "/bin/node_exporter" ]