Docker

You can containerize TIBCO Order Management - Long Running components and run them on hosts that support the Docker environment. The Docker files are delivered as part of the TIBCO Order Management - Long Running installer. You can build images using those Docker files and then run them as containers.

This feature of TIBCO Order Management - Long Running requires Docker version 1.13 (or later) and Docker-Compose version 1.10 (or later).

It is required to have an internet connection on the machine where you install and run Docker.

You must have an Internet connection to download the base Docker image. For more information, see Building a Docker Image Without an Internet Connection.

Note: The term Docker Context refers to the directory where the Docker file is available. For example, Docker context for Orchestrator is $OM_HOME/docker/oms/5.0.0-LR.

Depending on your system configuration, you might need the following Docker containers:

  • Order Management Server Container

  • Order Management Server UI Container

  • Automated Order Plan Development Container

  • Configurator Container

  • Order Capture System Container

After installation, all Docker related files are located in the $OM_HOME/docker directory when the user's PWD is $OM_HOME/docker.

Before you start using the Docker feature in TIBCO Order Management - Long Running, you must be familiar with the following Docker concepts:
  • Docker architecture
  • Using Docker in production
  • Using Docker Volumes
  • Docker commands
  • Docker-Compose
  • Using Docker-Compose in production