@@ -118,18 +118,18 @@ Expected output:
118118OpenClaw runs in Docker, but Docker is not the source of truth.
119119All long-lived state must survive restarts, rebuilds, and reboots.
120120
121- | Component | Location | Persistence mechanism | Notes |
122- | ------------------- | --------------------------------- | ---------------------- | -------------------------------------- |
123- | Gateway config | ` /home/node/.openclaw/ ` | Host volume mount | Includes ` openclaw.json ` , ` .env ` |
124- | Model auth profiles | ` /home/node/.openclaw/ ` | Host volume mount | ` auth-profiles.json ` (OAuth, API keys) |
125- | Skill configs | ` /home/node/.openclaw/skills/ ` | Host volume mount | Skill-level state |
126- | Agent workspace | ` /home/node/.openclaw/workspace/ ` | Host volume mount | Code and agent artifacts |
127- | WhatsApp session | ` /home/node/.openclaw/ ` | Host volume mount | Preserves QR login |
128- | Gmail keyring | ` /home/node/.openclaw/ ` | Host volume + password | Requires ` GOG_KEYRING_PASSWORD ` |
129- | External binaries | ` /usr/local/bin/ ` | Docker image | Must be baked at build time |
130- | Node runtime | Container filesystem | Docker image | Rebuilt every image build |
131- | OS packages | Container filesystem | Docker image | Do not install at runtime |
132- | Docker container | Ephemeral | Restartable | Safe to destroy |
121+ | Component | Location | Persistence mechanism | Notes |
122+ | ------------------- | --------------------------------- | ---------------------- | ------------------------------------------------------------- |
123+ | Gateway config | ` /home/node/.openclaw/ ` | Host volume mount | Includes ` openclaw.json ` , ` .env ` |
124+ | Model auth profiles | ` /home/node/.openclaw/agents/ ` | Host volume mount | ` agents/<agentId>/agent/ auth-profiles.json` (OAuth, API keys) |
125+ | Skill configs | ` /home/node/.openclaw/skills/ ` | Host volume mount | Skill-level state |
126+ | Agent workspace | ` /home/node/.openclaw/workspace/ ` | Host volume mount | Code and agent artifacts |
127+ | WhatsApp session | ` /home/node/.openclaw/ ` | Host volume mount | Preserves QR login |
128+ | Gmail keyring | ` /home/node/.openclaw/ ` | Host volume + password | Requires ` GOG_KEYRING_PASSWORD ` |
129+ | External binaries | ` /usr/local/bin/ ` | Docker image | Must be baked at build time |
130+ | Node runtime | Container filesystem | Docker image | Rebuilt every image build |
131+ | OS packages | Container filesystem | Docker image | Do not install at runtime |
132+ | Docker container | Ephemeral | Restartable | Safe to destroy |
133133
134134## Updates
135135
0 commit comments