iiRecord
Agentic AI Atlas · Docker (default container)
execution:docker-defaulta5c.ai
II.
Execution JSON

execution:docker-default

Structured · live

Docker (default container) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · lifecycle/executions/example-execution-local.yamlCluster · lifecycle
Record JSON
{
  "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": []
}