Sign inSign up

andreaskasper/openclaw

By andreaskasper

Updated 4 days ago

Ready-to-run Docker image for OpenClaw, a secure local gateway for AI tools.

Image
Machine learning & AI
0

9.1K

andreaskasper/openclaw repository overview

OpenClaw Docker Image

A ready-to-run Docker image for OpenClaw, a modern local gateway enabling secure and structured interaction between AI tools and your local environment.

This image installs OpenClaw directly from npm, pins the resolved version at build time, and runs the gateway in a clean, reproducible, and container-friendly setup.


Features

  • Installs OpenClaw CLI from npm
  • Runs as a non-root user
  • Reproducible builds with pinned OpenClaw versions
  • Designed for local AI workflows and tooling
  • Optimized for Docker and CI/CD pipelines
  • Persistent configuration via Docker volumes
  • Gateway exposed on port 18789

Quick Start

docker run -it --rm \
  -p 18789:18789 \
  -v openclaw-data:/home/openclaw/.openclaw \
  andreaskasper/openclaw

Open your browser at:

http://localhost:18789


First-Time Setup (Onboarding)

Run the interactive onboarding wizard once:

docker run -it --rm \
  -p 18789:18789 \
  -v openclaw-data:/home/openclaw/.openclaw \
  andreaskasper/openclaw \
  openclaw onboard

All configuration is stored in the mounted volume and reused on subsequent runs.


Image Tags & Versioning

This image is published automatically with multiple tags to support different workflows:

  • latest – always the newest build
  • YYYY-MM-DD – image build date
  • YYYY-MM-DD – normalized OpenClaw release date
  • YYYY and YYYY-MM – rolling compatibility tags
  • <git-sha> – immutable build reference

This allows both strict version pinning and rolling updates.


Persistent Data

The following directory is persisted via Docker volume:

/home/openclaw/.openclaw

It contains authentication data, workspace configuration, and gateway settings.


Support the Project

If you find this image useful and want to support ongoing development, you can sponsor the project here:

Donate via Patreon
Donate via PayPal
Donate via Ko-fi
Sponsors


License & Attribution

  • OpenClaw is distributed via npm by its original authors
  • This repository provides Docker packaging only
  • All trademarks and rights belong to their respective owners

Tag summary

Content type

Image

Digest

sha256:f9a64b7fe

Size

375.7 MB

Last updated

4 days ago

docker pull andreaskasper/openclaw