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
// When Docker daemon is unavailable, silently return — the caller will
311
-
// fail later if it actually needs Docker, but for sandbox.mode="off"
312
-
// sessions this prevents unnecessary probe errors.
313
311
if(image===DEFAULT_SANDBOX_IMAGE){
314
312
thrownewError(
315
313
`Sandbox image not found: ${image}. Build it with scripts/sandbox-setup.sh before enabling Docker sandboxing. The default image includes python3 for sandbox write/edit helpers; OpenClaw will not substitute plain debian:bookworm-slim.`,
0 commit comments