Docker image setup for running homebridge (with the indigo plugin).
2.4K
This is a docker image to run the homebridge tool with the homebridge-indigo plugin enabled.
If you want to build the docker container image yourself you can do so with the following commands:
git clone [email protected]:moutten/docker-homebridge.git
cd docker-homebridge
docker build -t homebridge .
If you just want to obtain the image from the docker registry, you can use the following command:
docker pull moutten/homebridge
In order to run the homebridge server command in daemonized mode, use the following:
docker run -d --net="host" -v /PATH_TO_HOMEBRIDGE_CONFIG_DIRECTORY:/config moutten/homebridge
Content type
Image
Digest
Size
215.7 MB
Last updated
almost 5 years ago
docker pull moutten/homebridge