Running the TIBCO BusinessWorks Container in Standalone Mode

You can run the TIBCO BusinessWorks container with the microagent in standalone mode by using the Docker Compose tool. The Docker Compose tool is used for running multicontainer Docker applications. With the Docker Compose tool, you can define the configurations for the microagent, TIBCO BusinessWorks container, and Hawk containers in a docker-compose file and run all the containers using a single command.

Prerequisites

No. Task Reference
1 From the TIBCO eDelivery website, download and install Hawk Container Edition TIBCO Hawk® Container Edition documentation
2 Install Docker on the machine and perform the initial setup based on your operating system. https://docs.docker.com
3 Download and install the Docker Compose tool. https://docs.docker.com/compose/
Note: When you obtain third-party software or services, it is your responsibility to ensure you understand the license terms associated with such third-party software or services and comply with such terms.

Procedure

  1. Create the docker-compose.yml file in a temporary directory. For more details, see Creating a docker-compose.yml File.
  2. To start all the containers configured in the docker-compose.yml file, run the following command in the temporary directory:
    docker-compose up -d
  3. To verify that all containers are running, use the following command:
    docker ps

Result

You can access the microagent using Hawk Console at http://<Console host IP>:<Console host port>/HawkConsole.