Sign inSign up

brglasser/openclaw

By brglasser

•Updated 6 months ago

Image
0

2.1K

brglasser/openclaw repository overview

openclaw

⁠OpenClaw Docker

Docker container for OpenClaw⁠, an AI gateway platform. Built for easy deployment on Unraid and any Docker-compatible system.

⁠Quick Start

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.

⁠Environment Variables

VariableDefaultDescription
OPENCLAW_GATEWAY_TOKEN(auto-generated)Gateway authentication token. Set this for persistent access across restarts.

⁠Volumes

PathDescription
/data/.openclawPersistent data and configuration

⁠Ports

PortDescription
18789OpenClaw Control UI

⁠Unraid

An Unraid template is included for Community Applications. The recommended configuration:

  • Data path: /mnt/user/appdata/openclaw

⁠Building Locally

docker build -t openclaw .
docker run -d -p 18789:18789 openclaw

⁠Architecture

  • 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

Tag summary

Content type

Image

Digest

sha256:a7d26d075…

Size

1.5 GB

Last updated

6 months ago

docker pull brglasser/openclaw