Creating Base Image
You can create BusinessWorks Container Edition base image on BusinessWorks Container Edition runtime.
- Procedure
- Navigate to TIBCO_HOME/bwce/version/docker directory.
- Run the following command:
docker build -t bwce:latest .
Note: You must enter a space after thelatest
tag name and before the period. - Run the following command to list the Docker images
docker images
Confirm that thebwce
image is available and tagged aslatest
.For ways to extend the base image, see TIBCO BusinessWorks™ Container EditionApplication Development Guide.