bludit / docker

Dockerfile and Kubernetes Deployment
21 stars 16 forks source link

Making bl-themes and bl-plugins persistent #12

Closed kylethedeveloper closed 2 years ago

kylethedeveloper commented 2 years ago

There is no persistent way to add new themes or plugins in Docker installation.

Mounting a volume like bl-contents would not work as mount operation removes the existing files in the container. The only way for now is to manually download bl-themes and bl-plugins contents and put it into host directory, then run the container with mounting.

I suggest an enhancement about this issue. I already started working on this, may send a pull request soon.

Thanks in advance.