Sign inSign up

petamage/openclaw

By petamage

Updated 7 months ago

This image docker provides a ready-to-use OpenClaw without to setup each-one config with hassle

Image
Machine learning & AI
0

6.4K

petamage/openclaw repository overview

OpenClaw

Petapod

Community maintained by Petapod

Docker image for OpenClaw environment

🚀 Installation

Pull the image from Docker Hub:

docker pull petamage/openclaw

🔐 Environment Variables

This container requires the following environment variables:

VariableDescription
SETUP_PASSWORDPassword for the initial OpenClaw setup
OPENCLAW_GATEWAY_TOKENGateway token (64-character random string)
INTERNAL_GATEWAY_PORTInternal gateway port (default: 7777)
Example Values
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.


▶️ Usage

Run container (interactive)
docker run -it \
  -e SETUP_PASSWORD=your_setup_password \
  -e OPENCLAW_GATEWAY_TOKEN=64_CHARACTER_RANDOM \
  -e INTERNAL_GATEWAY_PORT=7777 \
  petamage/openclaw
Run container (detached / background)
docker run -d \
  -e SETUP_PASSWORD=your_setup_password \
  -e OPENCLAW_GATEWAY_TOKEN=64_CHARACTER_RANDOM \
  -e INTERNAL_GATEWAY_PORT=7777 \
  petamage/openclaw

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

🧩 About

petamage/openclaw provides a ready-to-use OpenClaw without to setup each-one config


🏷 Tags

  • latest — Stable build

🛠 Requirements

  • Docker Engine 20+
  • Linux / macOS / Windows (Docker Desktop)

📄 License

Please refer to the OpenClaw project license or your own project licensing.

Tag summary

Content type

Image

Digest

sha256:efe4367c7

Size

1.2 GB

Last updated

7 months ago

docker pull petamage/openclaw