summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
commit1e6c93250172946eeb38e94a92a1fd12c9d3011e (patch)
tree8ca5e16dfc7ad6b3bf2738ca0a48408a950f8f7e /Dockerfile
parentUpdate watch file (diff)
downloadnetdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.tar.xz
netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.zip
Merging upstream version 1.11.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index cb1f75cb9..000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# author : titpetric
-# original: https://github.com/titpetric/netdata
-
-FROM debian:stretch
-
-ADD . /netdata.git
-
-RUN cd ./netdata.git && 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}