mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 23:21:36 +01:00
add dashboard
This commit is contained in:
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
Reference in New Issue
Block a user