]> arthur.barton.de Git - netdata.git/blob - Dockerfile
Merge pull request #835 from ktsaou/master
[netdata.git] / Dockerfile
1 # author  : titpetric
2 # original: https://github.com/titpetric/netdata
3
4 FROM debian:jessie
5
6 ADD docker-build.sh /docker-build.sh
7
8 RUN chmod +x /docker-build.sh && sync && sleep 1 && /docker-build.sh
9
10 WORKDIR /
11
12 ENV NETDATA_PORT 19999
13 EXPOSE $NETDATA_PORT
14
15 CMD /usr/sbin/netdata -D -s /host -p ${NETDATA_PORT}