1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

add dashboard

This commit is contained in:
kev 2015-01-07 17:54:31 +08:00
parent f04f792183
commit 51c1e78590
2 changed files with 8 additions and 0 deletions

8
dashboard/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM ubuntu:14.04
RUN apt-get update && apt-get install -y wget collectd nodejs supervisor
RUN wget https://raw.githubusercontent.com/bpaquet/collectd-influxdb-proxy/master/proxy.js -P /usr/local/bin
RUN wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb -P /tmp
RUN dpkg -i /tmp/influxdb_latest_amd64.deb
CMD supervisord -n

0
dashboard/README.md Normal file
View File