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

move grafana/telegraf/influxdb (arm) to EasyPi/docker-dashboard-arm

This commit is contained in:
kev
2016-09-09 08:43:02 +08:00
parent 3d0232f3ad
commit 5780c285ce
9 changed files with 2 additions and 1688 deletions

View File

@@ -1,21 +0,0 @@
#
# Dockerfile for telegraf-arm
#
FROM easypi/alpine-arm
MAINTAINER kev <noreply@easypi.info>
ENV TELEGRAF_VERSION 1.0.0
ENV TELEGRAF_FILE telegraf-${TELEGRAF_VERSION}_linux_armhf.tar.gz
ENV TELEGRAF_URL https://dl.influxdata.com/telegraf/releases/${TELEGRAF_FILE}
RUN set -xe \
&& apk add --no-cache --virtual .build-deps ca-certificates curl tar \
&& update-ca-certificates \
&& curl -sSL ${TELEGRAF_URL} | tar xz --strip 2 -C / \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*
EXPOSE 8092/udp 8094/tcp 8125/udp
ENTRYPOINT ["telegraf"]

View File

@@ -1,10 +0,0 @@
telegraf:
image: easypi/telegraf-arm
ports:
- "8092:8092/udp"
- "8094:8094/tcp"
volumes:
- ./telegraf.conf:/etc/telegraf/telegraf.conf
net: host
pid: host
restart: always

File diff suppressed because it is too large Load Diff