Page 1 of 1
Update Domoticz in Docker
Posted: Friday 08 May 2020 19:14
by CzarnyLewis
Is there any way to update Domoticz in docker container?
When I click update I have error:
Code: Select all
Could not start download,
check your internet connection or try again later !...
Re: Update Domoticz in Docker
Posted: Friday 08 May 2020 21:40
by DanielHoPe
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 running and run the new image. If you are correctly mounting persistent storage to keep your configuration and scripts (and basically everything you want to keep) it should be fairly straightforward