forked from aicage/aicage
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stefan Kuhn edited this page Jan 27, 2026
·
24 revisions
Run AI coding agents in Docker with a clean separation between your host and the agent runtime.
- How it works
- Images and layers
- Update behavior
- Customization entry point
- Docker run pass-through args
- How to debug
pipx install aicage
cd /path/to/projectUse one of these commands:
aicage claude
aicage codex
aicage copilot
aicage droid
aicage gemini
aicage goose
aicage opencode
aicage qwenaicage mounts your project and your agent config into a container that already has a full dev toolchain and the agent.
You can also add your own custom agents. See Customization.
| CLI | Agent | Homepage |
|---|---|---|
| claude | Claude Code | https://claude.com/product/claude-code |
| codex | Codex CLI | https://developers.openai.com/codex/cli |
| copilot | GitHub Copilot CLI | https://github.com/features/copilot/cli |
| droid | Factory CLI | https://factory.ai/product/cli |
| gemini | Gemini CLI | https://geminicli.com |
| goose | Goose CLI | https://block.github.io/goose |
| opencode | OpenCode | https://qwenlm.github.io/qwen-code-docs |
| qwen | Qwen Code | https://opencode.ai |