Adding a Container Configuration to the Project Build

InstallAnywhere 2020 SP2

You can add a container configuration to the project build by selecting Yes for its Add to Project Build setting. If a container configuration is added to a project build, that container configuration is built each time that one of the following occurs:

You click the Build Containers or Build Selected buttons at the bottom of the Build Containers view (on the Build page).
You build the project from the command line without specifying any container configurations, such as:

build.exe MyProduct.iap_xml -dockerContainerMode

To add a container configuration to the project build:

1. In the Advanced Designer, on the Build page, click Build Containers. The Build Containers view opens.
2. In the Docker Configuration area, in the Choose Container Configuration setting, select the configuration that you want to configure.
3. In the Add to Project Build setting, select Yes.

Note:If you click the Build All button in the Build Containers view (or use the -all command-line argument), all existing container configurations for that project are built, regardless of whether Yes is selected for their Add to Project Build setting.

See Also