Starting containers by retrieving parameters from container environment variables

If you do not use Vault, we can retrieve parameters from container environment variables (CONFIGURE_MODE=EnvVariables). For example, if we are using docker run, we can pass all parameters through command line, or if we are setting up a pipeline, we can set the pipeline to provide the parameters. By using this approach, you need to:

If we are going to manage a multi-tenant environment, it is suggested you use start Vault configuration mode (CONFIGURE_MODE=Vault).

To start EnvVariables configuration mode, edit preConfigure.sh to include the following:

Note: If you use this method and do not use the default host names, ensure that our custom host name matches the SubjectAlternativeNames in related certifications in other containers.