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
- Base image reference:
- A container image is provided, such as a public or private registry image.
- Startup behavior:
- Optional startup arguments can be set to customize runtime command behavior.
- Volume and mount mapping:
- Workspace files or directories are mapped into target paths in the container.
- Runtime identity and permissions:
- Optional runAs user and group identifiers define process permissions.
- 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.