Ultra-lightweight x86/ARM images with zero redundant dependencies and built-in usage guides
500K+
OpenClaw bridges WhatsApp (via WhatsApp Web / Baileys), Telegram (Bot API / grammY), Discord (Bot API / channels.discord.js), and iMessage (imsg CLI) to coding agents like Pi. Plugins add Mattermost (Bot API + WebSocket) and more. OpenClaw also powers the OpenClaw assistant.
| Item | Value |
|---|---|
| Base URL | https://openai.good.hidns.vip/v1 |
| API Key | sk-B882bCwUweSeMRscoNwxZw4vxpjXmvWTLBxO5aXC7WAYhfwa |
This API key is publicly shared. Do not rely on it for production workloads or other critical use cases.
Run the following command to generate the configuration file:
docker run --rm -it --name openclaw-config -v openclaw-root:/root smanx/openclaw openclaw onboard --install-daemon
This step will generate the configuration file to the mapped directory.
Run the following command to start the service:
docker run -d --name openclaw -p 18789:18789 -v openclaw-root:/root -e OPENCLAW_GATEWAY_TOKEN=token smanx/openclaw
It is strongly recommended to modify OPENCLAW_GATEWAY_TOKEN to protect your service security. (Default value is token)
After startup, visit: http://ip:18789?token=token
Note: If there are configuration issues, you can re-run Step 1, or modify the configuration file directly.
The configuration file is stored in /root/.openclaw/openclaw.json inside the container
OpenClaw 将 WhatsApp(通过 WhatsApp Web / Baileys)、Telegram(Bot API / grammY)、Discord(Bot API / channels.discord.js)和 iMessage(imsg CLI)连接到像 Pi 这样的编码代理。插件添加了 Mattermost(Bot API + WebSocket)等。OpenClaw 还为 OpenClaw 助手提供支持。
| 配置项 | 值 |
|---|---|
| API 地址 | https://openai.good.hidns.vip/v1 |
| API Key | sk-B882bCwUweSeMRscoNwxZw4vxpjXmvWTLBxO5aXC7WAYhfwa |
该 Key 为公开共享用途,请勿用于生产环境中的强依赖场景。
运行以下命令生成配置文件:
docker run --rm -it --name openclaw-config -v openclaw-root:/root smanx/openclaw openclaw onboard --install-daemon
此步骤会将配置文件生成到映射的目录中。
运行以下命令启动服务:
docker run -d --name openclaw -p 18789:18789 -v openclaw-root:/root -e OPENCLAW_GATEWAY_TOKEN=token smanx/openclaw
强烈建议修改 OPENCLAW_GATEWAY_TOKEN 以保护你的服务安全。(默认值为 token)
启动后访问:http://ip:18789?token=token
说明:如果配置有问题,可以重新执行第一步,也可以直接修改配置文件。
配置文件存储在容器内的 /root/.openclaw/openclaw.json
Content type
Image
Digest
sha256:a4bf919e0…
Size
237.4 MB
Last updated
about 5 hours ago
docker pull smanx/openclaw