Starting a Persistence Server in a Docker Container

To start a persistence server, use the Docker command line specified in this task.

Prerequisites

  • Docker must already be installed on the host computer.
  • The Docker image ftl-tibstore must be loaded into your Docker environment on the host computer.

    To build, save, and load the image, see Building Docker Images for FTL Services.

Procedure

  1. Ensure that an agent is running on the host computer.
  2. Start the persistence server container.
    docker run -d ftl-tibstore -rs discover:// -n p_svr_name
    Optional command line arguments of the persistence server could refer to files, for example -d. If so, make those files available inside the container, for example, using Docker's -v parameter.