Docker container for OpenClaw, an AI gateway platform. Built for easy deployment on Unraid and any Docker-compatible system.
docker run -d \
-p 18789:18789 \
-v openclaw-data:/data/.openclaw \
-e OPENCLAW_GATEWAY_TOKEN=your-secret-token \
brglasser/openclawThen open http://localhost:18789 to access the OpenClaw Control UI.
| Variable | Default | Description |
|---|---|---|
OPENCLAW_GATEWAY_TOKEN |
(auto-generated) | Gateway authentication token. Set this for persistent access across restarts. |
| Path | Description |
|---|---|
/data/.openclaw |
Persistent data and configuration |
| Port | Description |
|---|---|
18789 |
OpenClaw Control UI |
An Unraid template is included for Community Applications. The recommended configuration:
- Data path:
/mnt/user/appdata/openclaw
docker build -t openclaw .
docker run -d -p 18789:18789 openclaw- Base image:
node:22-bookworm - Platforms:
linux/amd64,linux/arm64 - Process manager:
dumb-init(PID 1 signal handling) - Health check: HTTP probe on port 18789 every 30s
