Commit 583e31c
Add Docker Containers to Q1 2026 roadmap (#271)
## Summary
Adds Docker Containers feature to the Q1 2026 roadmap and timeline
diagram. Also adds CUA node to the timeline diagram (it existed in
content but was missing from the visual).
## Changes
- **Mermaid diagram**: Added Q1D (CUA) and Q1E (Docker Containers) nodes
to timeline
- **Roadmap section**: Added Docker Containers section with three image
types and usage examples
- **Detailed plan**: Created comprehensive plan at
`docs/plans/docker-containers.mdx` with:
- Three image specifications (Linux, Windows, Development)
- Complete Dockerfiles and entrypoint scripts
- Port mappings, environment variables, security considerations
- Claude Code sandboxing configuration for dev image
- **Navigation**: Added plan to `docs.json`
- **Updated**: Roadmap date to January 27, 2026
## Images
1. **Linux Runtime** (`amd/gaia:linux`) - GAIA pre-installed via pip
2. **Windows Runtime** (`amd/gaia:windows`) - GAIA pre-installed via pip
3. **Development** (`amd/gaia:dev`) - Full dev environment with Claude
Code
All images are self-contained and accessed via `docker exec -it`.
Closes #270
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Kalin Ovtcharov <kalin@extropolis.ai>1 parent 1e91db0 commit 583e31c
4 files changed
Lines changed: 461 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| |||
0 commit comments