Based on openclaw repo, build on windows
3.8K
v2026.2.26详细安装和使用说明请参考官方文档: https://docs.openclaw.ai/install
快速开始:
拉取镜像:
docker pull pengjunchen/openclaw:${VERSION_TAG}
运行容器:
请参考官方安装文档 https://docs.openclaw.ai/install 了解详细的运行和配置方法。由于 OpenClaw 涉及多种配置选项和环境变量,建议根据官方指南进行部署。
验证并使用:
容器运行后,使用以下命令进入容器并执行 OpenClaw CLI 命令:
# 进入容器
docker exec -it openclaw bash
# 检查配置问题
openclaw doctor
# 查看网关状态
openclaw status
# 打开浏览器 UI
openclaw dashboard
访问应用:
根据 openclaw dashboard 命令输出的地址访问,通常是 http://localhost:18789
如需自定义运行时路径,可设置以下环境变量:
OPENCLAW_HOME: 主目录相关的内部路径OPENCLAW_STATE_DIR: 可变状态存储位置OPENCLAW_CONFIG_PATH: 配置文件位置20260226 corresponds to the version released on February 26, 2026v2026.2.26For detailed installation and usage instructions, please refer to the official documentation: https://docs.openclaw.ai/install
Quick start:
Pull the image:
docker pull pengjunchen/openclaw:${VERSION_TAG}
Run the container:
Please refer to the official installation documentation at https://docs.openclaw.ai/install for detailed runtime and configuration instructions. Since OpenClaw involves various configuration options and environment variables, deployment following the official guide is recommended.
Verify and use:
After the container is running, use the following commands to enter the container and execute OpenClaw CLI commands:
# Enter the container
docker exec -it openclaw bash
# Check for config issues
openclaw doctor
# Gateway status
openclaw status
# Open the browser UI
openclaw dashboard
Access the application:
Visit the address output by the openclaw dashboard command, usually http://localhost:18789
To customize runtime paths, you can set the following environment variables:
OPENCLAW_HOME: home-directory based internal pathsOPENCLAW_STATE_DIR: mutable state locationOPENCLAW_CONFIG_PATH: config file locationContent type
Image
Digest
sha256:0237e6a14…
Size
747.3 MB
Last updated
7 months ago
docker pull pengjunchen/openclaw:20260226