> On 12 Dec 2020, at 06:40, Michael Herger <[email protected]> wrote: > >> Symlink trick worked and generally whole docker LMS works great.. :D > > Great, good to know! > >> Am I right assuming that in order to update I can simply download latest >> image and point it to same config folder as current version? then just >> turn old container off and turn latest on? > > Yes, that's the idea.
That sounds all great - and I will try this sooner to later on a pi. One question, though. It is recommended to not write to the local file system, but rather use a second volume to do this (see https://docs.docker.com/storage/volumes/ <https://docs.docker.com/storage/volumes/> ). Especially with docker-compose, it sounds relatively easy, as the container is created upon first start (https://docs.docker.com/storage/volumes/#use-a-volume-with-docker-compose <https://docs.docker.com/storage/volumes/#use-a-volume-with-docker-compose>)/ I think it would be a good idea to implement this approach for the `/config/ at least, [possibly even for the `/playlist` (if they are not used from outside LMS)? Cheers, Rainer > > -- > > Michael > _______________________________________________ > unix mailing list > [email protected] > http://lists.slimdevices.com/mailman/listinfo/unix
_______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
