Search found 3 matches
- Friday 08 May 2020 21:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Update Domoticz in Docker
- Replies: 1
- Views: 1718
Re: Update Domoticz in Docker
In general, it does not make sense to do it because you will lose the update when you restart the container. Even though it is possible to create an image based on a running container is not really the paradigm behind containers. What you should do is download an updated image, stop the one you are ...
- Saturday 18 April 2020 23:58
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Docker image for Domoticz 2020.1
- Replies: 7
- Views: 1897
Re: Docker image for Domoticz 2020.1
sure
https://github.com/danielhoperez/domoticz-docker
it is still very precarious, and not yet connected with docker hub
https://github.com/danielhoperez/domoticz-docker
it is still very precarious, and not yet connected with docker hub
- Saturday 18 April 2020 17:55
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Docker image for Domoticz 2020.1
- Replies: 7
- Views: 1897
Re: Docker image for Domoticz 2020.1
I am just playing around with it but I have built a couple of images. https://hub.docker.com/r/danielhoperez/domoticz-builder I use this image to build domoticz (to avoid bloating the actual domoticz image) and just 10 minutes ago I've created https://hub.docker.com/r/danielhoperez/domoticz which ...