Building an Application Image
- Procedure
- Copy the Dockerfile from the samples directory to the location where you placed the EAR file.
- From the Docker terminal, navigate to the folder where the EAR and Dockerfile are stored.
- In the Dockerfile, make sure the base image points to the ActiveMatrix BusinessWorks runtime base image.
- Make sure the EAR file name and the path is correct.
- Execute the following command to generate the application image:
docker build -t bwce-jms-basic-app .