Building an Application Image

Prerequisites

Ensure that you have installed Docker on your machine.

Procedure

  1. Copy the Docker file from the samples directory to the location where you have placed the EAR file.
  2. From the Docker terminal, navigate to the folder where the EAR and Docker file are stored.
  3. In the Dockerfile, ensure that the base image points to the TIBCO BusinessWorks ™ Container Edition runtime base image. Also, ensure that the EAR file name and the folder path are correct.
  4. Execute the following command to generate the application image:
    docker build -t bwce-soap-http-app.