gentkit/openclaw

Sponsored OSS

By gentkit

Updated 2 months ago

A lightweight Docker image for quick and easy deployment of OpenClaw ("lobster🦞" AI Agent).

Image
Integration & delivery
Machine learning & AI
Developer tools
0

2.2K

gentkit/openclaw repository overview

OpenClaw on Docker

A lightweight Docker image for quick and easy deployment of OpenClaw ("lobster🦞" AI Agent) .

Tag naming convention

ImageTagDescription
gentkit/openclaw<OPENCLAW_VERSION>-alpineOpenClaw <OPENCLAW_VERSION> based on Alpine Linux (gentkit/alpine:latest)
gentkit/openclawlatest-alpineCurrent OpenClaw version based on Alpine Linux (gentkit/alpine:latest)

Install Docker environment

Installation-Guide

Install Container with OpenClaw

step 1 :

sudo mkdir -p /usr/local/openclaw

step 2 :

# Generate and remember your token
# Replace YOUR_TOKEN in [step 3] and use it for first-time setup at http://localhost:18789
# Must match exactly
sudo apt install openssl && openssl rand -hex 32

step 3 :

sudo docker run -d \
-p 18789:18789 \
-v /usr/local/openclaw:/root/.openclaw:rw \
-e GATEWAY_TOKEN=<YOUR_TOKEN> \
--restart unless-stopped \
--name OpenClaw \
gentkit/openclaw:latest

NOTE : It's recommended to set up /root/.openclaw as a volume to ensure that your OpenClaw data can be backed up on the host machine.

GATEWAY_TOKEN can be set to any value you prefer (obtainable via openssl rand -hex 32). If not provided, the system will retrieve it via openssl rand -hex 32 by default.

Manage OpenClaw

OpenClaw Home
ls -l ~/.openclaw
Modify OpenClaw configuration
# enter Docker container
docker exec -it <YOUR_CONTAINER_ID or YOUR_CONTAINER_NAME> /bin/bash

# view or edit
vi ~/.openclaw/openclaw.json
OpenClaw gateway status
# start OpenClaw gateway
docker start <your container id or name>

# stop OpenClaw gateway
docker stop <your container id or name>
Visit OpenClaw gateway UI
http://localhost:18789

Appendix

FAQ

Tag summary

Content type

Image

Digest

sha256:1b25fc6fb

Size

317.8 MB

Last updated

2 months ago

docker pull gentkit/openclaw:latest-alpine

This week's pulls

Pulls:

96

Last week