From d134a8c7f3e20e304e4ca71d394752f27cfbc019 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Mon, 2 Feb 2026 17:17:11 +0530 Subject: [PATCH] docs: note docker allow-unconfigured behavior --- docs/install/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/docker.md b/docs/install/docker.md index d20dd8db0..a1ea6f9ec 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -275,6 +275,7 @@ pnpm test:docker:qr ### Notes - Gateway bind defaults to `lan` for container use. +- Dockerfile CMD uses `--allow-unconfigured`; mounted config with `gateway.mode` not `local` will still start. Override CMD to enforce the guard. - The gateway container is the source of truth for sessions (`~/.openclaw/agents//sessions/`). ## Agent Sandbox (host gateway + Docker tools)