From 011c8831144041f18175036eacb4c108ba4bfb19 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 28 Apr 2026 22:53:21 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@490e6d6dc590515135abe2f318283a0e4e8c6546 --- .openclaw-sync/source.json | 4 ++-- docs/install/docker.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 28796d7a3..54e53f789 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "bcc6a2400d2aba5874a0250273f42659c118ebed", - "syncedAt": "2026-04-28T22:51:33.783Z" + "sha": "490e6d6dc590515135abe2f318283a0e4e8c6546", + "syncedAt": "2026-04-28T22:51:56.068Z" } diff --git a/docs/install/docker.md b/docs/install/docker.md index 85672edf0..a65abe588 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -131,6 +131,7 @@ The setup script accepts these optional environment variables: | `OPENCLAW_HOME_VOLUME` | Persist `/home/node` in a named Docker volume | | `OPENCLAW_PLUGIN_STAGE_DIR` | Container path for generated bundled plugin deps and mirrors | | `OPENCLAW_SANDBOX` | Opt in to sandbox bootstrap (`1`, `true`, `yes`, `on`) | +| `OPENCLAW_SKIP_ONBOARDING` | Skip the interactive onboarding step (`1`, `true`, `yes`, `on`) | | `OPENCLAW_DOCKER_SOCKET` | Override Docker socket path | | `OPENCLAW_DISABLE_BONJOUR` | Disable Bonjour/mDNS advertising (defaults to `1` for Docker) | | `OPENCLAW_DISABLE_BUNDLED_SOURCE_OVERLAYS` | Disable bundled plugin source bind-mount overlays |