I have an error on the gateway log after trying to install sandbox and docker : [clawdbot] Uncaught exception: Error: spawn docker ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at processTicksAndRejections (node:internal/process/task_queues:89:21)
#Error on the gateway log
1 messages ยท Page 1 of 1 (latest)
The error spawn docker ENOENT means Clawdbot can't find the Docker executable. This is a system PATH issue, not a Clawdbot bug.
Quick checks:
-
Is Docker installed? Run in terminal:
docker --versionIf this fails, Docker isn't installed.
-
Is Docker in PATH?
which dockerIf nothing returns, Docker isn't in your system PATH.
-
Docker installed but not in PATH? You may need to add it: