Skip to content

Docker image setup for running homebridge (with the indigo plugin).

Notifications You must be signed in to change notification settings

moutten/docker-homebridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker: homebridge (with indigo plugin)

This is a docker image to run the homebridge tool with the homebridge-indigo plugin enabled.

Build from docker file

If you want to build the docker container image yourself you can do so with the following commands:

git clone git@github.com:moutten/docker-homebridge.git
cd docker-homebridge
docker build -t homebridge .

Pulling from docker hub

If you just want to obtain the image from the docker registry, you can use the following command:

docker pull moutten/homebridge

Running the image

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

About

Docker image setup for running homebridge (with the indigo plugin).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published