Step 8: Execute TIBCO MFT Command Center Docker Image

Now that the Docker image is tested, you must execute the Docker image using the Docker run command.

When you want to execute a Docker image, you must perform the following steps:

  1. Configure the database.
  2. Map additional ports.
  3. Execute the Docker command to start the TIBCO MFT Command Center server container.

Procedure

  1. To configure the database, see Step 10: Configure the TIBCO MFT Command Center Database.
    • It prepares any database tables necessary for TIBCO MFT Command Center to execute.
    • It creates an XML file that contains the parameters necessary for TIBCO MFT Command Center to connect to the database. This path to this XML file must be passed to the TIBCO MFT Command Center server in the "COM_TIBCO_MFT_CE_DBCFG" environment variable.
  2. To map additional ports, see the tables below.
    By default, the following ports are used.
    Protocol Command Center Comments
    HTTP 8080 HTTP port
    HTTPS 8443 HTTPS port
    AJP 8009 Rarely used
    Shutdown 8005 Internally used only
    The following ports can be configured by the Internet Server and Command Center management tools. Ports shown are sample ports that can be changed.
    Protocol Command Center Comments
    SFTP N/A
    Platform Server 46465 CC and IS must use different ports. On CC, this port can only execute a Platform Server job.
    FTP N/A Control port
    FTP/S N/A Data ports
  3. To execute the Docker command and start the TIBCO MFT Command Center server container, run the following command.

    docker run -it --rm -p 8443:8443 -p 8080:8080 -p 46465 46465 -e \

    COM_TIBCO_MFT_TRACEDIR='/persist/CC_ServerA/MFTLogs' -e\

    COM_TIBCO_MFT_CE_DBCFG='/persist/mftDBProd.xml' library/mftcc:v.v.v (where v.v.v is the product version)