# use prometheus busybox with glibc for better golang and dns resolve support FROM prom/busybox:glibc MAINTAINER John Doe COPY exporter /bin/exporter EXPOSE 8081 ENTRYPOINT ["/bin/exporter"]