Containerizing RMS by Using Docker

The rule management server (RMS) is an integral part of BusinessEvents for using TIBCO BusinessEvents WebStudio and Decision Manager. To run TIBCO BusinessEvents WebStudio in a container, you must containerize RMS.

To run RMS in a container, you must build its Docker image and run it with Docker like a TIBCO BusinessEvents application.

Procedure

  1. Build the RMS Docker image using the script provided by TIBCO BusinessEvents.
  2. (Linux containers only) Create a network bridge for internal communication among Docker images by using the following command.
    docker network create <BRIDGE_NAME>
    For details about the command, see Docker Documentation.
  3. Run the RMS Docker image in Docker.