We have a java application. It connects to the oracle database. It has three properties files and the customer changes value of those properties files when we deployed our application to the customer site. We have another python script that allows customer to modify those properties files and start the main app after configuration is done.
Now we want to containerized our java app and want to use swarm mode. the only problem is to find the easy way for customer to edit those properties files before I start the container.
Any ideas docker Gurus ?
Help is very much appreciated.