Creating a New Container Configuration

InstallAnywhere 2021

You can create multiple container configurations in the same InstallAnywhere project, each with different settings. Each container configuration defines how InstallAnywhere builds a Docker container for a particular target configuration. You can store as many container configurations within a project as necessary.

To add a new container configuration to a project:

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, click the Add button. The Add Configuration dialog box opens, prompting you to enter a name for the new container configuration.
3. Enter a name and click OK.

The name must be 60 characters or fewer, and it must not contain any of the following characters: asterisk (*), question mark (?), period (.), backslash (\), or forward slash (/).

InstallAnywhere adds the new container configuration and selects it in the Choose Container Configuration setting. Configure the container configuration’s settings as needed.

See Also