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: .agents/skills/debug-openshell-cluster/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ Use gateway metadata, deployment values, or the user's setup notes to identify t
63
63
docker info
64
64
docker ps --filter name=openshell
65
65
docker logs <container> --tail=200
66
+
docker run --rm --entrypoint /openshell-sandbox "${OPENSHELL_DOCKER_SUPERVISOR_IMAGE:-ghcr.io/nvidia/openshell/supervisor:latest}" --version
66
67
openshell status
67
68
```
68
69
@@ -71,6 +72,7 @@ Common findings:
71
72
- Docker daemon unavailable: start Docker Desktop or Docker Engine.
72
73
- Gateway process stopped: inspect exit status and logs.
73
74
- Sandbox image missing or pull denied: verify image reference and registry credentials.
75
+
- Docker driver cannot initialize because it cannot find `openshell-sandbox`: verify `OPENSHELL_DOCKER_SUPERVISOR_BIN`, the sibling binary next to `openshell-gateway`, or the configured supervisor image contains `/openshell-sandbox`.
74
76
- Sandbox never registers: check gateway logs and supervisor callback endpoint.
75
77
76
78
For source checkout development, restart the local gateway with:
0 commit comments