summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorpaulfantom <pawel@krupa.net.pl>2018-07-23 20:11:20 +0200
committerpaulfantom <pawel@krupa.net.pl>2018-08-22 16:18:35 +0200
commitb8c5c67e10205ecadba8bf23c525efeea6f192f6 (patch)
treec4aafd56fc08eb3cc13ec73b46cb1fc8c2c6a6b9 /Dockerfile
parent8a29b8a3454ffa0d3bf1d0498eedf4d64c31b9bc (diff)
:rainbow: :whale: unified, cross-arch, parametrized Dockerfile :whale: :rainbow:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 9dbc9348c2..0000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# author : titpetric
-# original: https://github.com/titpetric/netdata
-# SPDX-License-Identifier: CC0-1.0
-
-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}