Skip to main content

Detailed text description: Managed container runtime configuration

This page describes the managed container runtime configuration diagram.

Overview

The diagram shows the configuration surface for defining a managed container runtime in a landscape.

Main configuration areas

  1. Base image reference:
  • A container image is provided, such as a public or private registry image.
  1. Startup behavior:
  • Optional startup arguments can be set to customize runtime command behavior.
  1. Volume and mount mapping:
  • Workspace files or directories are mapped into target paths in the container.
  1. Runtime identity and permissions:
  • Optional runAs user and group identifiers define process permissions.
  1. Shared runtime settings:
  • Other service settings (resources, routes, ports, environment variables) follow the same model as reactive services.

Key takeaway

Managed containers keep the standard Codesphere service model while adding explicit image and container-level runtime configuration controls.