From 51c1e78590331694b960e736664cacbc52bf9310 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 7 Jan 2015 17:54:31 +0800 Subject: [PATCH] add dashboard --- dashboard/Dockerfile | 8 ++++++++ dashboard/README.md | 0 2 files changed, 8 insertions(+) create mode 100644 dashboard/Dockerfile create mode 100644 dashboard/README.md 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