GitHub Codespaces container
execution:codespaces-container
Executionlifecycle/executions/example-execution-local.yaml·Open in Graph → {
"id": "execution:codespaces-container",
"_kind": "Execution",
"_file": "lifecycle/executions/example-execution-local.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "GitHub Codespaces container",
"kind": "cloud",
"description": "Codespaces-managed dev container. Lifecycle controlled by the\nCodespaces backend; signals translated through the container runtime.\n",
"processLifecycleModel": "docker-stop",
"signalPropagation": "reliable",
"resourceLimits": {
"cpu": "4",
"memoryMb": "8192",
"networkAllowed": "true",
"diskQuota": "32Gi"
},
"isolation": "container",
"networkPolicy": "unrestricted",
"fsAccess": "unrestricted",
"gpuAccess": "none",
"sandboxImpl": "docker"
},
"outgoingEdges": [
{
"from": "execution:codespaces-container",
"to": "layer:8-execution",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "workspace:github-codespaces",
"to": "execution:codespaces-container",
"kind": "runs_via",
"attributes": {}
}
]
}