Modifying the tibemscreateimage EMS Docker Image Build Script
Procedure
-
In the
tibemsd-configbase.json section
-
In the
tibems.sh section
The tibemsd_run() function needs to be modified to launch the EMS server with the proper value for its -ssl_password command-line option:… if [[ \$# -ge 1 ]]; then PARAMS=\$* else tibemsd_seed PARAMS="-config /shared/ems/config/\$EMS_SERVICE_NAME.json -ssl_pass word \`cat /etc/secret/ssl_password\`" fi …
Copyright © Cloud Software Group, Inc. All rights reserved.