Containerizing TIBCO BusinessEvents Application in Docker

You can deploy and run a TIBCO BusinessEvents application in Docker by using the Docker image of the TIBCO BusinessEvents application.

Procedure

  1. Build the TIBCO BusinessEvents application 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 TIBCO BusinessEvents application image in Docker.