Step 6: Build TIBCO MFT Command Center Docker Image
The Docker build command creates the Docker image using the Docker file.
Procedure
-
Change to the docker directory and run the docker build script.
cd /mftdocker/mftcc
You can create multiple version of the docker file. We suggest that you create an image for the base TIBCO MFT Command Center version and one image for each hotfix installed. In the following example, the first version is named mftcc:8.2.0 and the second version is named mftcc:8.2.0_HF-001. For example,
docker build -f Dockerfile.mftcc -t library/mftcc:8.2.0 ./
or
docker build -f Dockerfile.mftcc -t library/mftcc:8.2.0_HF-001 ./
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.