vault backup: 2026-02-13 12:04:03

This commit is contained in:
2026-02-13 12:04:03 +08:00
parent 7551086b94
commit 3cd196a253
2 changed files with 7 additions and 1 deletions

View File

@@ -980,6 +980,8 @@ git clone https://github.com/openclaw/openclaw.git
cd openclaw cd openclaw
``` ```
github还需要添加一下代理。
## 核心步骤:构建并启动 Docker 镜像(约 530 分钟) ## 核心步骤:构建并启动 Docker 镜像(约 530 分钟)
### (可选)加速:使用预构建镜像 ### (可选)加速:使用预构建镜像
如果不想本地构建build 过程可能下载依赖较慢),设置环境变量跳过: 如果不想本地构建build 过程可能下载依赖较慢),设置环境变量跳过:
@@ -991,7 +993,7 @@ export OPENCLAW_IMAGE=alpine/openclaw # 或官方其他镜像(视最新可
### 运行官方 setup 脚本 ### 运行官方 setup 脚本
bash运行 bash运行
``` ```
bash ./docker-setup.sh # 明确用新 bash 执行 ./docker-setup.sh # 明确用新 bash 执行
``` ```
脚本会完成以下操作: 脚本会完成以下操作:
- 拉取 / 构建镜像openclaw:local - 拉取 / 构建镜像openclaw:local

View File

@@ -5,3 +5,7 @@
- OpenClaw Agent 真实案例分析 https://km.netease.com/v4/detail/blog/258865 - OpenClaw Agent 真实案例分析 https://km.netease.com/v4/detail/blog/258865
- 教程 - 教程
- Clawdbot 完整配置指南 - Sylearn的文章 - 知乎 https://zhuanlan.zhihu.com/p/1999437992549447616 - Clawdbot 完整配置指南 - Sylearn的文章 - 知乎 https://zhuanlan.zhihu.com/p/1999437992549447616
# docker 部署
https://docs.openclaw.ai/install/docker