Running TIBCO BusinessEvents in Docker
You can deploy and run a BusinessEvents application in a Docker using the Docker image of the BusinessEvents application.
- Dockerfile for TIBCO BusinessEvents
TIBCO BusinessEvents provides the Dockerfile for installation of TIBCO BusinessEvents software inside the Docker container. The Dockerfile with the name Dockerfile (without any file extension) is located at the BE_HOME/docker/bin folder. - Building the TIBCO BusinessEvents Docker Image
TIBCO BusinessEvents provides a script file to build Docker image for BusinessEvents. This batch file (for Windows and Linux) is located at the BE_HOME/docker/bin folder. - Generating BusinessEvents Application Dockerfile
For building the BusinessEvents application Docker image, you require the BusinessEvents application Dockerfile. TIBCO BusinessEvents provide an utility to generate the application Dockerfile automatically based on the supplied arguments. - Building BusinessEvents Application Docker Image
TIBCO BusinessEvents provides a script file to build Docker image for BusinessEvents application using the Dockerfile generated for the application. This batch file (for Windows and Linux) is located at the BE_HOME/docker/bin folder. - Running BusinessEvents Application in Docker
By using the BusinessEvents application Docker image, you can run the BusinessEvents application in Docker.
Related concepts
Copyright © TIBCO Software Inc. All rights reserved.