Variables

Container Environment Variables

The Variables tab allows you to view and manage environment variables for the selected container layer. You can add custom variables, edit supported values, remove unnecessary records and apply the changes across the layer.

Variables Overview

Open the container settings and select the Variables tab to review all environment variables assigned to the current layer. These values can be used by applications and services running inside the containers.

Container environment variables tab
Open the Variables tab in the container layer settings.
NameThe identifier used by the application or service.
ValueThe data assigned to the variable.
AddCreates a new custom environment variable.
EditChanges the selected variable when modification is allowed.
RemoveDeletes selected custom variables.

Variables from Linked Containers

When container linking is configured, variables received from other nodes in the same environment are also displayed in the Variables tab. Linked variables use a special prefix so they can be identified separately from local variables.

Linked values can be updated directly from this interface. The platform automatically applies the changed values to the related source and target containers.

i

Linked-variable changes

Changes to linked variables may affect several containers. Review the source and destination nodes before saving an updated value.

Add a Custom Variable

1

Open the Variables tab

Open the required environment, select the container layer and access its settings.

2

Click Add

Select the Add button to create a new row in the variables table.

3

Enter the variable name and value

Fill in the required Name and Value fields.

!

Variable naming rule

Variable names should contain only Latin letters, numbers and underscore characters.

Add a container environment variable
Add a custom variable and enter its name and value.

Save the new variable after entering the required information.

Edit or Remove Variables

Existing custom variables can be modified or deleted by selecting the required record and using the Edit or Remove actions. Some platform-defined variables are protected and cannot be changed.

Configuration shortcuts

  • Double-click a variable to switch directly to edit mode.
  • Use the Shift or Ctrl key to select several records for removal.

Apply the Changes

1

Save the variable entry

Complete the Add or Edit operation in the variables table.

2

Click Apply in the layer settings

Apply all modifications made in the container layer settings window.

3

Confirm the topology changes

When the environment wizard requests confirmation, click Apply again to complete the update.

Expected Result

The required environment variables are saved for the selected container layer and become available to the applications or services running inside the affected containers.

Important Notes

  • Use clear and consistent variable names.
  • Only Latin letters, numbers and underscores should be used in variable names.
  • Some default variables are protected and cannot be edited or removed.
  • Changes to linked variables may affect multiple containers.
  • Always click Apply after making changes in the layer settings.
  • Review application dependencies before changing production values.

Common Issues and Solutions

Variable is not savedConfirm that both the row-level save action and the layer-level Apply action were completed.
Name is rejectedRemove spaces and unsupported characters. Use only letters, numbers and underscores.
Edit option is unavailableThe selected record may be a protected platform variable.
Application does not detect the valueVerify the exact variable name, restart or redeploy the application when required, and confirm that the value was applied to the correct layer.
Unexpected changes on another nodeCheck whether the variable belongs to a linked container and review all related source and target nodes.