Provisioning FTL Client Libraries to Use the Corresponding Transports 
 
	 Procedure
-  
		  Copy the FTL client library files to a temporary folder. 
		   
		
 
- 
		  From the temporary folder, use a Dockerfile based on the example given below to copy these files into the base Docker image: 
		  
		  
			 FROM ems:8.5.0
COPY --chown=tibuser:tibgroup . /opt/tibco/ems/docker/ftl
			  Execute the command
			 
			 > docker build -t ems:8.5.0_ftl . 
		   
		 
- 
		  After customizing your EMS configuration, include 
			 /opt/tibco/ems/docker/ftl in the Module Path property.
		  
		
 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.