mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
add dashboard
This commit is contained in:
parent
f04f792183
commit
51c1e78590
8
dashboard/Dockerfile
Normal file
8
dashboard/Dockerfile
Normal 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
0
dashboard/README.md
Normal file
Loading…
Reference in New Issue
Block a user