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/openclaw
Then 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:
/mnt/user/appdata/openclawdocker build -t openclaw .
docker run -d -p 18789:18789 openclaw
node:22-bookwormlinux/amd64, linux/arm64dumb-init (PID 1 signal handling)Content type
Image
Digest
sha256:a7d26d075…
Size
1.5 GB
Last updated
6 months ago
docker pull brglasser/openclaw