Skip to content

Commit 212a62d

Browse files
feat: update README to include sandbox_mode for containerized workspaces
1 parent 700789e commit 212a62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/codex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module "codex" {
136136
```
137137

138138
> [!NOTE]
139-
> If no custom configuration is provided, the module uses secure defaults. The Coder MCP server is always included automatically. For advanced options, see [Codex config docs](https://github.com/openai/codex/blob/main/codex-rs/config.md).
139+
> If no custom configuration is provided, the module uses secure defaults. The Coder MCP server is always included automatically. For containerized workspaces (Docker/Kubernetes), you may need `sandbox_mode = "danger-full-access"` to avoid permission issues. For advanced options, see [Codex config docs](https://github.com/openai/codex/blob/main/codex-rs/config.md).
140140
141141
## Troubleshooting
142142

0 commit comments

Comments
 (0)