Docker deployment parameters

There are some optional parameters that you can use with the Docker run command.

Table 1. Docker run command optional parameters
Parameter Values Default value Description
mode b2bi_setup

b2bi_run

b2bi_run Specify the components that are to be installed or configured.
action If mode is specified as b2bi_setup, then action can have the following values:
  • deploy_db
If mode is specified as b2bi_run, then action can have the following values:
  • b2bi - (noapp container)
  • ac - (adapter container)
  • all
  • api
all Specify the action that is to be completed on the mode.
node number n where n=1 to n 1 Specify the Sterling B2B Integrator node.
Note: This parameter is optional.
When you do not specify the node number or specify it as zero (0) and start the docker container, it assigns the node number automatically based on the next available node number, which is the current maximum node number + 1.
adaptercontainer n where n=1 to n 1 Specify the number of adapters and containers. This parameter is applicable only if action is set as ac or all.

-e optional parameters

Table 2. Docker run command -e optional parameters
Parameter Description
TZ Specify the time zone for your installation.

This time zone is the output of the Linux command timedatectl list-timezones.

LICENSE Set to view to view the license agreement. Set to accept to accept the terms in the license agreement.
LIC_LANG Set the language when you view the license.
KEY Set to the encryption key if you have used your own key.
UPGRADE_COMPATIBILITY_VERIFIED For an upgrade using docker, you must check for the compatibility before you upgrade. For more information, see Upgrade Compatibility.

If the parameter is set to true, the system checks for compatibility and the upgrade begins.

If the parameter is set to false, the system aborts the upgrade and displays a warning message.