FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
netdata/Dockerfile at master · rk4github/netdata · GitHub
rk4github
/
netdata
Public
forked from
netdata/netdata
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
netdata
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (9 loc) · 313 Bytes
Breadcrumbs
netdata
/
Dockerfile
Copy path
File metadata and controls
15 lines (9 loc) · 313 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
author : titpetric
#
original: https://github.com/titpetric/netdata
FROM
debian:jessie
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}
Back
|
FazBrowse Home
|
New Git URL