Docker default paths
| Purpose | Path |
|---|---|
| Host persistent directory | /opt/autclaw |
| Container runtime directory | /opt/autclaw |
| Database | /opt/autclaw/autMan.db |
| Frontend static assets | /opt/autclaw/dist/ |
| Plugin directory | /opt/autclaw/plugin/ |
| mise runtime | /opt/autclaw/envs/mise |
| Dependency package root | /opt/autclaw/envs/packages |
Run a release artifact directly
When you run a release artifact directly,runtime_root is the directory that contains the autClaw executable. By default, autClaw uses these paths under that directory:
Default port
When you run a normal artifact directly and do not setHTTP_ADDR, the backend listens on:
Related docs
- For a new instance, follow How to deploy autClaw with Docker.
- For container recreation, logs, and update commands, use autClaw Docker operations.
- To check which paths are preserved during application upgrades, read How to upgrade autClaw.