Building an Application Image

Procedure

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