Building an Application Image
Before you beginEnsure that you have installed Docker on your machine.
- Procedure
- Copy the Docker file from the samples directory to the location where you have placed the EAR file.
- From the Docker terminal, navigate to the folder where the EAR and Docker file are stored.
- In the Dockerfile, ensure that the base image points to the TIBCO BusinessWorks Container Editionon runtime base image. Also, ensure that the EAR file name and the folder path are correct.
- Run the following command to generate the application image:
docker build -t bwce-soap-http-app.