Sign inSign up

vguar/docker_domoticz

By vguar

Updated over 8 years ago

Domoticz on Docker

Image
0

833

vguar/docker_domoticz repository overview

Domoticz

Domoticz - http://www.domoticz.com/

Latest Domoticz git release.

Dockerimage

https://travis-ci.org/vguar/docker_domoticz.svg?branch=master

How to use

Pull image

docker pull sdesbure/domoticz

Run container

docker run -d -p 8080:8080 --name=<container name> -v <path for config files>:/config -v /etc/localtime:/etc/localtime:ro --device=<device_id> sdesbure/domoticz

Please replace all user variables in the above command defined by <> with the correct values (you can have several USB devices attached, just add other --device=<device_id>).

Access Domoticz

http://<host ip>:8080

8080 can be another port (you change -p 8080:8080 to -p 8081:8080 to have 8081 out of the container for example).

Tag summary

Content type

Image

Digest

Size

99.7 MB

Last updated

over 8 years ago

docker pull vguar/docker_domoticz