Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

marcoaddario/docker-development-domoticz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Domoticz

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

Latest Domoticz git release.

##Dockerimage

##How to use

Pull image

docker pull marco74/domoticz:$VERSION

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> marco74/domoticz:$VERSION

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages