Files
Eli-Golin 12ca493b85 feat: add Docker support with persistent-container model (#66)
- docker/Dockerfile — multi-stage build (builder → model_cache →
    runtime);
    copies both `cocoindex-code` and `ccc` binaries; sets
    COCOINDEX_CODE_DB_PATH_MAPPING=/workspace=/db so index databases live
    in the container's native filesystem (avoids slow cross-OS volume I/O)
  - docker/entrypoint.sh — creates user settings on first start via
    `ccc init`, then runs `ccc run-daemon` in the foreground to keep the
    container alive as a persistent daemon
  - README — adds Docker section: persistent container as primary pattern
    (`docker run -d` + `docker exec`), named volumes for DB and model cache,
    Claude Code / Codex MCP configuration via `docker exec -i ... ccc mcp`
2026-03-23 19:10:08 -07:00
..