Step 6: Build TIBCO MFT Internet Server 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/mftis

    You can create multiple version of the docker file. We suggest that you create an image for the base TIBCO MFT Internet Server version and one image for each hotfix installed. In the following example, the first version is named mftis:8.2.0 and the second version is named mftis:8.2.0_HF-001. For example,

    docker build -f Dockerfile.mftis -t library/mftis:8.2.0 ./

    or

    docker build -f Dockerfile.mftis -t library/mftis:8.2.0_HF-001 ./