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.
  • A Docker image that includes the persistence server must be loaded into your Docker environment on the host computer.

    Use the pre-built Docker image ftl-tibstore.

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.