This image docker provides a ready-to-use OpenClaw without to setup each-one config with hassle
6.4K
Community maintained by Petapod
Docker image for OpenClaw environment
Pull the image from Docker Hub:
docker pull petamage/openclaw
This container requires the following environment variables:
| Variable | Description |
|---|---|
SETUP_PASSWORD | Password for the initial OpenClaw setup |
OPENCLAW_GATEWAY_TOKEN | Gateway token (64-character random string) |
INTERNAL_GATEWAY_PORT | Internal gateway port (default: 7777) |
SETUP_PASSWORD=your_setup_password
OPENCLAW_GATEWAY_TOKEN=64_CHARACTER_RANDOM
INTERNAL_GATEWAY_PORT=7777
⚠️ Security Notice Do not commit real passwords or tokens to public repositories.
docker run -it \
-e SETUP_PASSWORD=your_setup_password \
-e OPENCLAW_GATEWAY_TOKEN=64_CHARACTER_RANDOM \
-e INTERNAL_GATEWAY_PORT=7777 \
petamage/openclaw
docker run -d \
-e SETUP_PASSWORD=your_setup_password \
-e OPENCLAW_GATEWAY_TOKEN=64_CHARACTER_RANDOM \
-e INTERNAL_GATEWAY_PORT=7777 \
petamage/openclaw
.env File (Recommended)Create a .env file:
SETUP_PASSWORD=your_setup_password
OPENCLAW_GATEWAY_TOKEN=64_CHARACTER_RANDOM
INTERNAL_GATEWAY_PORT=7777
Run the container:
docker run -d --env-file .env petamage/openclaw
petamage/openclaw provides a ready-to-use OpenClaw without to setup each-one config
latest — Stable buildPlease refer to the OpenClaw project license or your own project licensing.
Content type
Image
Digest
sha256:efe4367c7…
Size
1.2 GB
Last updated
7 months ago
docker pull petamage/openclaw