Sign inSign up

pengjunchen/openclaw

By pengjunchen

Updated 7 months ago

Based on openclaw repo, build on windows

Image
1

3.8K

pengjunchen/openclaw repository overview

OpenClaw Docker 镜像说明

项目信息

架构支持

  • 仅支持 Linux amd64 架构
  • 未进行广泛的跨平台测试

镜像标签命名规则

  • 标签基于源分支的发布版本号命名,仅对应时间如 20260226 对应 2026 年 2 月 26 日发布的版本
  • 原标签版本: v2026.2.26

使用步骤

详细安装和使用说明请参考官方文档: https://docs.openclaw.ai/install

快速开始:

  1. 拉取镜像:

    docker pull pengjunchen/openclaw:${VERSION_TAG}
    
  2. 运行容器:

    请参考官方安装文档 https://docs.openclaw.ai/install 了解详细的运行和配置方法。由于 OpenClaw 涉及多种配置选项和环境变量,建议根据官方指南进行部署。

  3. 验证并使用:

    容器运行后,使用以下命令进入容器并执行 OpenClaw CLI 命令:

    # 进入容器
    docker exec -it openclaw bash
    
    # 检查配置问题
    openclaw doctor
    
    # 查看网关状态
    openclaw status
    
    # 打开浏览器 UI
    openclaw dashboard
    
  4. 访问应用: 根据 openclaw dashboard 命令输出的地址访问,通常是 http://localhost:18789

环境变量

如需自定义运行时路径,可设置以下环境变量:

  • OPENCLAW_HOME: 主目录相关的内部路径
  • OPENCLAW_STATE_DIR: 可变状态存储位置
  • OPENCLAW_CONFIG_PATH: 配置文件位置

免责声明

  1. 无 warranties: 本镜像按"原样"提供,不附带任何形式的明示或暗示保证。
  2. 使用风险: 使用本镜像的风险由使用者自行承担。
  3. 兼容性: 仅在 Linux amd64 架构上进行了测试,不保证在其他架构或环境中正常运行。
  4. 更新维护: 镜像更新取决于源项目的更新,不保证持续维护。
  5. 安全责任: 使用者应自行评估镜像的安全性,定期更新以获取安全补丁。

OpenClaw Docker Image Description

Project Information

Architecture Support

  • Only supports Linux amd64 architecture
  • No extensive cross-platform testing has been performed

Image Tag Naming Convention

  • Tags are named based on the release version numbers from the source branch, corresponding only to dates. For example, 20260226 corresponds to the version released on February 26, 2026
  • Original tag version: v2026.2.26

Usage Steps

For detailed installation and usage instructions, please refer to the official documentation: https://docs.openclaw.ai/install

Quick start:

  1. Pull the image:

    docker pull pengjunchen/openclaw:${VERSION_TAG}
    
  2. 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.

  3. 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
    
  4. Access the application: Visit the address output by the openclaw dashboard command, usually http://localhost:18789

Environment Variables

To customize runtime paths, you can set the following environment variables:

  • OPENCLAW_HOME: home-directory based internal paths
  • OPENCLAW_STATE_DIR: mutable state location
  • OPENCLAW_CONFIG_PATH: config file location

Disclaimer

  1. No warranties: This image is provided "as is" without any express or implied warranties.
  2. Usage risk: The risk of using this image is borne by the user.
  3. Compatibility: Only tested on Linux amd64 architecture, not guaranteed to work in other architectures or environments.
  4. Update maintenance: Image updates depend on the source project's updates, no guarantee of continuous maintenance.
  5. Security responsibility: Users should evaluate the security of the image themselves and update regularly to obtain security patches.

Tag summary

Content type

Image

Digest

sha256:0237e6a14

Size

747.3 MB

Last updated

7 months ago

docker pull pengjunchen/openclaw:20260226