We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fd277 commit 6ab3b19Copy full SHA for 6ab3b19
1 file changed
README.md
@@ -40,6 +40,16 @@ MCP server will be available at: http://coderunner.local:8222/mcp
40
pip install -r examples/requirements.txt
41
```
42
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
53
## Integration Options
54
55
### Option 1: Claude Desktop Integration
0 commit comments