You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Docker-backed GPU sandboxes auto-select CDI when available and otherwise fall ba
153
153
|[OpenCode](https://opencode.ai/)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `OPENAI_API_KEY` or `OPENROUTER_API_KEY`. |
154
154
|[Codex](https://developers.openai.com/codex)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `OPENAI_API_KEY`. |
155
155
|[GitHub Copilot CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Works out of the box. Provider uses `GITHUB_TOKEN` or `COPILOT_GITHUB_TOKEN`. |
156
-
|[OpenClaw](https://openclaw.ai/)|[Community](https://github.com/NVIDIA/OpenShell-Community)| Launch with `openshell sandbox create --from openclaw`.|
156
+
|[OpenClaw](https://openclaw.ai/)|[NemoClaw](https://github.com/NVIDIA/NemoClaw)| Run OpenClaw more securely inside NVIDIA OpenShell with managed inference using NemoClaw.|
157
157
|[Ollama](https://ollama.com/)|[Community](https://github.com/NVIDIA/OpenShell-Community)| Launch with `openshell sandbox create --from ollama`. |
158
158
159
159
## Key Commands
@@ -191,7 +191,7 @@ The TUI gives you a live, keyboard-driven view of your gateway and sandboxes. Na
191
191
Use `--from` to create sandboxes from the [OpenShell Community](https://github.com/NVIDIA/OpenShell-Community) catalog, a local directory, or a container image:
192
192
193
193
```bash
194
-
openshell sandbox create --from openclaw# community catalog
194
+
openshell sandbox create --from gemini # community catalog
195
195
openshell sandbox create --from ./my-sandbox-dir # local Dockerfile
Copy file name to clipboardExpand all lines: docs/about/supported-agents.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ description: "AI agent frameworks and runtimes compatible with OpenShell sandbox
6
6
keywords: "Generative AI, Cybersecurity, AI Agents, Sandboxing, Claude, Codex, Cursor"
7
7
position: 5
8
8
---
9
-
The following table summarizes the agents that run in OpenShell sandboxes. All agent sandbox images are maintained in the [OpenShell Community](https://github.com/NVIDIA/OpenShell-Community) repository. Agents in the base image are auto-configured when passed as the trailing command to `openshell sandbox create`.
9
+
The following table summarizes the agents that run in OpenShell sandboxes. Most agent sandbox images are maintained in the [OpenShell Community](https://github.com/NVIDIA/OpenShell-Community) repository. Agents in the base image are auto-configured when passed as the trailing command to `openshell sandbox create`.
10
10
11
11
| Agent | Source | Default Policy | Notes |
12
12
|---|---|---|---|
13
13
|[Claude Code](https://docs.anthropic.com/en/docs/claude-code)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Full coverage | Works out of the box. Requires `ANTHROPIC_API_KEY`. |
14
14
|[OpenCode](https://opencode.ai/)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Partial coverage | Pre-installed. Add `opencode.ai` endpoint and OpenCode binary paths to the policy for full functionality. |
15
15
|[Codex](https://developers.openai.com/codex)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| No coverage | Pre-installed. Requires a custom policy with OpenAI endpoints and Codex binary paths. Requires `OPENAI_API_KEY`. |
16
16
|[GitHub Copilot CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli)|[`base`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/base)| Full coverage | Pre-installed. Works out of the box. Requires `GITHUB_TOKEN` or `COPILOT_GITHUB_TOKEN`. |
|[OpenClaw](https://openclaw.ai/)|[NemoClaw](https://github.com/NVIDIA/NemoClaw)|Blueprint-managed|Run OpenClaw more securely inside NVIDIA OpenShell with managed inference using NemoClaw. |
18
18
|[Ollama](https://ollama.com/)|[`ollama`](https://github.com/NVIDIA/OpenShell-Community/tree/main/sandboxes/ollama)| Bundled | Run cloud and local models. Includes Claude Code, Codex, and OpenCode. Launch with `openshell sandbox create --from ollama`. |
19
19
20
20
For base image details and `--from` usage, refer to [Sandboxes](/sandboxes/manage-sandboxes#base-sandbox-container).
Bare names such as `base`, `openclaw`, and `ollama` resolve to images under `ghcr.io/nvidia/openshell-community/sandboxes`. Set `OPENSHELL_COMMUNITY_REGISTRY` when you need to use an internal mirror.
69
+
Bare names such as `base` and `ollama` resolve to images under `ghcr.io/nvidia/openshell-community/sandboxes`. Set `OPENSHELL_COMMUNITY_REGISTRY` when you need to use an internal mirror.
71
70
72
71
Local directories and Dockerfiles require a local gateway because the CLI builds
73
72
through the local Docker daemon. Use a registry image reference for remote
Copy file name to clipboardExpand all lines: docs/security/best-practices.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ For the full policy YAML schema, refer to the [Policy Schema](/reference/policy-
16
16
For the architecture of each enforcement layer, refer to [How OpenShell Works](/about/how-it-works).
17
17
18
18
<Note>
19
-
If you use [NemoClaw](https://github.com/NVIDIA/NemoClaw) to run OpenClaw assistants, its [Security Best Practices](https://docs.nvidia.com/nemoclaw/latest/security/best-practices.html) guide covers additional entrypoint-level controls, policy presets, provider trust tiers, and posture profiles specific to the NemoClaw blueprint.
19
+
If you use [NemoClaw](https://github.com/NVIDIA/NemoClaw), its [Security Best Practices](https://docs.nvidia.com/nemoclaw/latest/security/best-practices.html) guide covers additional entrypoint-level controls, policy presets, provider trust tiers, and posture profiles specific to the NemoClaw blueprint.
0 commit comments