]> arthur.barton.de Git - netdata.git/blobdiff - Dockerfile
added docker files from titpetric repo; #77
[netdata.git] / Dockerfile
diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..955befb
--- /dev/null
@@ -0,0 +1,15 @@
+# author  : titpetric
+# original: https://github.com/titpetric/netdata
+
+FROM debian:jessie
+
+ADD docker-build.sh /docker-build.sh
+
+RUN chmod +x /docker-build.sh && sync && sleep 1 && /docker-build.sh
+
+WORKDIR /
+
+ENV NETDATA_PORT 19999
+EXPOSE $NETDATA_PORT
+
+CMD /usr/sbin/netdata -D -s /host -p ${NETDATA_PORT}