


























@@ -116,18 +116,19 @@ Expected output:
116116OpenClaw runs in Docker, but Docker is not the source of truth.
117117All long-lived state must survive restarts, rebuilds, and reboots.
118118119-| Component | Location | Persistence mechanism | Notes |
120-| ------------------- | --------------------------------- | ---------------------- | ------------------------------------------------------------- |
121-| Gateway config | `/home/node/.openclaw/` | Host volume mount | Includes `openclaw.json`, `.env` |
122-| Model auth profiles | `/home/node/.openclaw/agents/` | Host volume mount | `agents/<agentId>/agent/auth-profiles.json` (OAuth, API keys) |
123-| Skill configs | `/home/node/.openclaw/skills/` | Host volume mount | Skill-level state |
124-| Agent workspace | `/home/node/.openclaw/workspace/` | Host volume mount | Code and agent artifacts |
125-| WhatsApp session | `/home/node/.openclaw/` | Host volume mount | Preserves QR login |
126-| Gmail keyring | `/home/node/.openclaw/` | Host volume + password | Requires `GOG_KEYRING_PASSWORD` |
127-| External binaries | `/usr/local/bin/` | Docker image | Must be baked at build time |
128-| Node runtime | Container filesystem | Docker image | Rebuilt every image build |
129-| OS packages | Container filesystem | Docker image | Do not install at runtime |
130-| Docker container | Ephemeral | Restartable | Safe to destroy |
119+| Component | Location | Persistence mechanism | Notes |
120+| ------------------- | ---------------------------------------- | ---------------------- | ------------------------------------------------------------- |
121+| Gateway config | `/home/node/.openclaw/` | Host volume mount | Includes `openclaw.json`, `.env` |
122+| Model auth profiles | `/home/node/.openclaw/agents/` | Host volume mount | `agents/<agentId>/agent/auth-profiles.json` (OAuth, API keys) |
123+| Skill configs | `/home/node/.openclaw/skills/` | Host volume mount | Skill-level state |
124+| Agent workspace | `/home/node/.openclaw/workspace/` | Host volume mount | Code and agent artifacts |
125+| WhatsApp session | `/home/node/.openclaw/` | Host volume mount | Preserves QR login |
126+| Gmail keyring | `/home/node/.openclaw/` | Host volume + password | Requires `GOG_KEYRING_PASSWORD` |
127+| Plugin runtime deps | `/var/lib/openclaw/plugin-runtime-deps/` | Docker named volume | Generated bundled plugin deps and runtime mirrors |
128+| External binaries | `/usr/local/bin/` | Docker image | Must be baked at build time |
129+| Node runtime | Container filesystem | Docker image | Rebuilt every image build |
130+| OS packages | Container filesystem | Docker image | Do not install at runtime |
131+| Docker container | Ephemeral | Restartable | Safe to destroy |
131132132133## Updates
133134此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。