Docker (default container)
execution:docker-default
Executionlifecycle/executions/example-execution-local.yaml·Open in Graph → {
"id": "execution:docker-default",
"_kind": "Execution",
"_file": "lifecycle/executions/example-execution-local.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "Docker (default container)",
"kind": "docker",
"description": "Agent runs inside a docker container with a bind-mounted workspace and\nan egress allowlist enforced at the docker-network level.\n",
"processLifecycleModel": "docker-stop",
"signalPropagation": "reliable",
"resourceLimits": {
"cpu": "2",
"memoryMb": "4096",
"timeoutMs": "3600000",
"networkAllowed": "true",
"diskQuota": "10Gi"
},
"isolation": "container",
"networkPolicy": "egress-allowlist",
"fsAccess": "workspace-only",
"gpuAccess": "none",
"sandboxImpl": "docker"
},
"outgoingEdges": [
{
"from": "execution:docker-default",
"to": "layer:8-execution",
"kind": "realizes",
"attributes": {}
},
{
"from": "execution:docker-default",
"to": "sandbox:default-container",
"kind": "sandboxed_by",
"attributes": {}
}
],
"incomingEdges": []
}