Commit debfa21
sandboxes: fix and mermaid-ify the Docker Engine isolation diagram
The ASCII diagram modeled the agent as an "Agent container" managed by a
single host-level "Sandbox Docker engine". That is wrong: each sandbox is
a microVM running its own Docker Engine, and the agent runs as root inside
the VM alongside that engine — it drives the engine to create containers,
it is not a container itself.
Redraw as a mermaid flowchart with one engine per sandbox VM, the agent as
a sibling of the engine, and the containers it creates nested in the engine.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8c175f7 commit debfa21
1 file changed
Lines changed: 25 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
73 | 88 | | |
74 | 89 | | |
75 | 90 | | |
| |||
0 commit comments