From 5e36c8c549b991dd609c5af2e98906e1a1b07eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinicius=20Corr=C3=AAa?= Date: Sat, 28 Mar 2026 16:04:12 -0300 Subject: [PATCH] Missed input parameter Missed "--from openclaw" input parameter. Without this input sandbox container didn't install "openclaw": 'Stop with: openshell forward stop 18789 eager-dragonfly '/bin/bash: line 1: openclaw-start: command not found --- examples/openclaw.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/openclaw.md b/examples/openclaw.md index c1ccd2cd..f098e139 100644 --- a/examples/openclaw.md +++ b/examples/openclaw.md @@ -3,7 +3,7 @@ ## Quick start ```sh -openshell sandbox create --forward 18789 -- openclaw-start +openshell sandbox create --forward 18789 --from openclaw -- openclaw-start ``` `openclaw-start` is a helper script pre-installed in the sandbox that runs the @@ -25,7 +25,7 @@ Note: you will need use the auth token present in the bootstrapping process to c ### Create the sandbox ```sh -openshell sandbox create --forward 18789 +openshell sandbox create --forward 18789 --from openclaw ``` Inside the sandbox, run the onboarding wizard and start the gateway: