Starting a Default FTL Server in a Docker Container
To start an FTL server in the simplest possible way, complete this task.
Procedure
Three Default FTL Servers
To start three default FTL servers in Docker containers, use the command line variant in this example.
docker run -p 8585:8585
           ftl-tibftlserver:6.2.0
                 -n svr_name@host:8585
                 --core.servers svr1@host1:8585|svr2@host1:8585|svr3@host1:8585
 
		Run the appropriate command on each of the three hosts you specify in the --core.servers argument.
For reference, see "FTL Server Executable."
Copyright © Cloud Software Group, Inc. All rights reserved.
