diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile new file mode 100644 index 0000000..5424329 --- /dev/null +++ b/dashboard/Dockerfile @@ -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 diff --git a/dashboard/README.md b/dashboard/README.md new file mode 100644 index 0000000..e69de29