Hi,
I am new to docker and have image created for apache httpd server, also have container running using this image. I wanted to know what is best practice to manage the configuration e.g. proxypass configuration, ssl configuration and other customized configuration in apache. The image which i have created is going to be consumed by different team and all these teams have their own customized settings to go in the apache configuration. So please let me know what is the best way to manage apache configuration in docker container.
Thanks
Rohit