From 9fa0d8d5ca42a62f72f0fe0db12e9b6aa0508e90 Mon Sep 17 00:00:00 2001 From: Richard Mitchell <richard.j.mitchell@gmail.com> Date: Sun, 5 Aug 2018 09:33:23 +0100 Subject: [PATCH] Update readme with docker info --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 336c738..f2e5c7b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ hue_exporter --config.file hue_exporter.yml --listen.address :9366 Those flag values are the defaults, so you could just run `hue_exporter` on its own if you're happy with those. +### Docker + +There are a few docker images built, including ones for ARM7 (Raspberry Pi). You can find these on [Docker Hub](https://hub.docker.com/r/mitchellrj/hue_exporter). They expose `/etc/hue_exporter` as a volume for you to generate or pass in your own configuration. + ## License -MIT / X11 Consortium license. I'd prefer to use Apache 2.0, but the excellent Hue library that this app uses is GPL 2.0 and that isn't compatible with Apache. \ No newline at end of file +MIT / X11 Consortium license. I'd prefer to use Apache 2.0, but the excellent Hue library that this app uses is GPL 2.0 and that isn't compatible with Apache. -- GitLab