This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
The Docker image is hard to use on Kubernetes due to the volume #114
Labels
enhancement
New feature or request
When running LibreSignage in Docker, one can use a named volume to retain the files in
/var/www/html/data
and still have a bound volume to retain those files between runs.Kubernetes unfortunately doesn't have such functionality. Volumes mounted use the original content on the host, so the
data
folder becomes empty. This prevents you from logging in using the standard admin account for example.There are ways around this using an inittcontainer and what not, but this makes the initial setup a lot harder than it has to be.
If the image could be changed so the initial files in
data
are created on first startup this would make the image a lot more friendly to use.If I can find some spare time I'll try to cook something up myself and submit a PR, but I just wanted to put it out here. 🙂
The text was updated successfully, but these errors were encountered: