Files
David Lyle 9c01cbfacb Proxy work around for alpine collectd
Add Dockerfile for building an alpine image with collectd.

Published an image to dockerhub and reference it in collectd.yaml

Signed-off-by: David Lyle <dklyle0@gmail.com>
2019-10-18 12:39:00 -05:00

6 lines
81 B
Docker

FROM alpine:latest
RUN apk update && apk add collectd
CMD [ "collectd", "-f" ]