Ready-to-run Docker image for OpenClaw, a secure local gateway for AI tools.
9.1K
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.
docker run -it --rm \
-p 18789:18789 \
-v openclaw-data:/home/openclaw/.openclaw \
andreaskasper/openclaw
Open your browser at:
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.
This image is published automatically with multiple tags to support different workflows:
latest – always the newest buildYYYY-MM-DD – image build dateYYYY-MM-DD – normalized OpenClaw release dateYYYY and YYYY-MM – rolling compatibility tags<git-sha> – immutable build referenceThis allows both strict version pinning and rolling updates.
The following directory is persisted via Docker volume:
/home/openclaw/.openclaw
It contains authentication data, workspace configuration, and gateway settings.
If you find this image useful and want to support ongoing development, you can sponsor the project here:
Content type
Image
Digest
sha256:f9a64b7fe…
Size
375.7 MB
Last updated
4 days ago
docker pull andreaskasper/openclaw