Managing A Container

Managing containers in the portal is done through the containers modal.

To get there:

  1. Environments from the main, left-hand navigation.
  2. Select the environment the container is in from the first column.
  3. Use the Containers tab to view existing containers.
  4. Select the desired container from the list, opening the modal at the container dashboard.

The container modal has several sub categories that can be used for management and administration:

  1. Container Dashboard
  2. Instances
  3. Configuration
  4. Volumes
  5. Backups
  6. Logs
  7. Settings

Container Settings

Users can make changes to container settings using the Settings tab on the container modal.

Basic Settings

Gives the user a space to make changes to:

FieldDescription
NameThe human readable name for the container.
IdentifierHow the platform identifies this resource.
DeprecateIf checked, the container will be marked deprecated.
Lock ContainerIf checked, the container will be locked and the platform will deny attempts to delete it.

Reimage

The reimage form can be used to replace the existing container image with a new one.

The Image dropdown shows all compatible images that this image can be replaced by. To show incompatible images, open the Advanced dropdown and select the checkbox.

For users that want to reconfigure on reimage, this options is also available.

Incompatible Images

Allowing "incompatible images" opens the reimage form up to all recent images instead of just those matching the current image source.

Scaling

The scaling slider gives users an intuitive way to adjust the current number of container instances. The scaling respects the currently selected deployment strategy when placing new instances on servers.

Container ID

This is a quick way to view and copy the container ID for this resource.

Annotations

Annotations are custom data that was added to this container via the API or a stack.

Delete

Use the container delete form. This will not work if "locked" is enabled.