mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
sandboxes: add opencode and shell to supported agents
This commit is contained in:
@@ -86,6 +86,8 @@ that workspace.
|
||||
Docker Sandboxes works with multiple AI coding agents:
|
||||
|
||||
- **Claude Code** - Anthropic's coding agent
|
||||
- **OpenCode** - Multi-provider agent with AGENTS.md support
|
||||
- **Shell** - Minimal sandbox for manual agent installation
|
||||
- **Codex** - OpenAI's Codex agent (partial support; in development)
|
||||
- **Copilot** - GitHub Copilot agent (partial support; in development)
|
||||
- **Gemini** - Google's Gemini agent (partial support; in development)
|
||||
|
||||
@@ -11,14 +11,16 @@ inside microVMs with private Docker daemons.
|
||||
|
||||
## Supported agents
|
||||
|
||||
| Agent | Command | Status | Notes |
|
||||
| ----------- | --------- | ------------ | -------------------------- |
|
||||
| Claude Code | `claude` | Experimental | Most tested implementation |
|
||||
| Codex | `codex` | Experimental | In development |
|
||||
| Copilot | `copilot` | Experimental | In development |
|
||||
| Gemini | `gemini` | Experimental | In development |
|
||||
| cagent | `cagent` | Experimental | In development |
|
||||
| Kiro | `kiro` | Experimental | In development |
|
||||
| Agent | Command | Status | Notes |
|
||||
| ----------- | ---------- | ------------ | ----------------------------------------- |
|
||||
| Claude Code | `claude` | Experimental | Most tested implementation |
|
||||
| Codex | `codex` | Experimental | In development |
|
||||
| Copilot | `copilot` | Experimental | In development |
|
||||
| Gemini | `gemini` | Experimental | In development |
|
||||
| cagent | `cagent` | Experimental | In development |
|
||||
| Kiro | `kiro` | Experimental | In development |
|
||||
| OpenCode | `opencode` | Experimental | In development |
|
||||
| Shell | `shell` | Experimental | Minimal environment for manual setup |
|
||||
|
||||
## Experimental status
|
||||
|
||||
@@ -36,7 +38,7 @@ Use sandboxes for development and testing, not production workloads.
|
||||
The agent type is specified when creating a sandbox:
|
||||
|
||||
```console
|
||||
$ docker sandbox create AGENT [PATH]
|
||||
$ docker sandbox create AGENT [PATH] [PATH...]
|
||||
```
|
||||
|
||||
Each agent runs in its own isolated sandbox. The agent type is bound to the
|
||||
|
||||
Reference in New Issue
Block a user