github.com/aclisp/heapster@v0.19.2-0.20160613100040-51756f899a96/grafana/Dockerfile (about) 1 # 2 # Stock Grafana + a few custom dashboards 3 # 4 5 FROM grafana/grafana:2.6.0 6 7 RUN apt-get update && \ 8 apt-get install -y curl 9 10 COPY dashboards /dashboards 11 COPY run.sh /run.sh 12 13 EXPOSE 3000 14 ENTRYPOINT /run.sh