2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add netdata-arm

This commit is contained in:
kev
2017-05-21 23:37:03 +08:00
parent a9ec8868f5
commit b4decbb9f6
2 changed files with 56 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ RUN set -xe \
util-linux-dev \
zlib-dev
VOLUME /etc/netdata
EXPOSE 19999
CMD ["netdata", "-nd"]