tvelocity / dockerfiles

My collection of Dockerfiles for various services.
15 stars 39 forks source link

How to access etherpad settings.json from outside the container? #29

Open jeffrson opened 6 years ago

jeffrson commented 6 years ago

Hi,

what's the point of having settings.json in a volume? How can I access it from outside the container?

For me it seems, the file is recreated every time a new container is run (eg. after reboot).

lupa18 commented 6 years ago

It seems it settings.json is build from "Environment variables". So you don't need to edit it.

Then, it recreates only if you remove the container: docker rm etherpad

If you do a stop and up, the file remains the same.

Maybe we can propose a way to install and keep installed some plugins.