Skip to content

Commit 6ab3b19

Browse files
authored
Add sandbox setup instructions for Claude Code
Added instructions for running Claude Code in a sandbox environment.
1 parent 70fd277 commit 6ab3b19

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ MCP server will be available at: http://coderunner.local:8222/mcp
4040
pip install -r examples/requirements.txt
4141
```
4242

43+
## Run Claude Code inside a Sandbox
44+
45+
`./install.sh` (if not already done)
46+
47+
`container exec -it coderunner /bin/bash`
48+
49+
`root@coderunner:/app# npm install -g @anthropic-ai/claude-code`
50+
51+
<img width="741" height="410" alt="image" src="https://github.com/user-attachments/assets/620490cb-4e85-4c37-bc57-ab2fa1762c78" />
52+
4353
## Integration Options
4454

4555
### Option 1: Claude Desktop Integration

0 commit comments

Comments
 (0)