What breaks without openclaw docker china
npm timeouts on CN networks. DockerHub unreachable without mirrors. IM adapter setup duplicated per platform.
→
Zero-timeout OpenClaw install × CN-optimized Docker Compose with all IM adapters ÷ 30-minute setup ÷ no GFW workarounds needed = running bots inside China.
Security check — openclaw docker china
Privacy score: 7/10 — accesses connected platform APIs only.
Lock it: review OAuth scopes before install, confirm Docker ≥20.x, Docker Compose ≥2.x; OpenClaw ≥1.2; optimized for mainland China compatibility.
Quick start — openclaw docker china in 30–60 minutes
Setup time: 30–60 minutes
!
You need:
- Docker
- server or VPS with China mainland access
- basic Docker Compose knowledge
Install the package:
git clone https://github.com/justlovemaki/openclaw-docker-cn-im
cd openclaw-docker-cn-im
docker compose up -d
2
Configure .env with your IM platform credentials (QQ, WeChat, DingTalk, or Feishu)
3
Review docker-compose.yml and set image mirror if needed (e.g. registry.cn-hangzhou.aliyuncs.com)
5
Check logs with docker compose logs -f
6
Send a test message on your configured IM platform
Compatibility & status
Works with: Docker ≥20.x, Docker Compose ≥2.x; OpenClaw ≥1.2; optimized for mainland China
intermediate
Last updated: Oct 2025
★ 260 on GitHub
MIT
Official docs →
View on GitHub →
FAQ — openclaw docker china
Does this work outside of China?
Yes, but there's no benefit — the CN mirror configurations add unnecessary indirection on global networks.
Can I add additional plugins to the Docker image?
Yes. Add them to the package.json in the repo and rebuild the image, or mount a local plugins directory.
Does this include the Lobster dashboard?
Yes, Lobster is included and mapped to a configurable port in the Compose file.
Every hour spent fighting CN registry timeouts is an hour not building your bot.
Teams without this setup spend their first day on installation, not code.
Get it on GitHub →