Hi All,
Can i run different app configuration instances using single docker image? is this possible.
Please suggest me recommended and best way to setup this environment.
Thank you
Deepak
Share and learn in the Docker community.
Hi All,
Can i run different app configuration instances using single docker image? is this possible.
Please suggest me recommended and best way to setup this environment.
Thank you
Deepak
Of course. Environment variables come to mind, like used by many standard images (like to set a database user name). Also easily managed when using Compose.
Without a more specific use case, that’s all we can help you with.
Thank you Arjan Van Bentem
used volume option for different configurations.