Claude Skill

phioranex/openclaw-docker

用于部署 OpenClaw Claude Skill 的 Docker 容器。提供容器化解决方案,具有简化设置和基于 Shell 的实现。

概览

Stars683
Forks99
语言Shell
最后更新2026-07-03
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者phioranex
仓库openclaw-docker
完整名称phioranex/openclaw-docker
Repo ID1,145,079,835

安装这个 Skill

docker run -it --rm \

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-07
平台
ClaudeOpenClaw
能力
imageterminal
识别文件
README.mddocker-compose.yml
配置键
UID
安装方式
  • docker run -it --rm \
  • docker run -d \
  • git clone https://github.com/phioranex/openclaw-docker.git

项目简介

OpenClaw Docker 是一个打包在 Docker 容器中的 Claude Skill,为运行 OpenClaw Claude Skill 提供了容器化部署方案。

要点

  • Claude Skill 的 Docker 容器化
  • 简化的部署流程
  • 基于 Shell 的实现

使用场景

  • 容器化 Claude Skill 部署
  • 开发环境搭建
  • OpenClaw 的生产环境部署

README 摘要

# OpenClaw (Clawbot) Docker Image Pre-built Docker image for [OpenClaw](https://github.com/openclaw/openclaw) — run your AI assistant in seconds without building from source. > 🔄 **Always Up-to-Date:** This image automatically builds daily and checks for new OpenClaw releases every 6 hours, ensuring you always have the latest version. ## One-Line Install (Recommended) ### Linux / macOS ```bash bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) ``` ### Windows (PowerShell) ```powershell irm https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.ps1 | iex ``` > **Note for Windows users:** Make sure Docker Desktop is installed and running. You can also use WSL2 with the Linux installation command. This will: - ✅ Check prerequisites (Docker, Docker Compose) - ✅ Download necessary files - ✅ Pull the pre-built image - ✅ Run the onboarding wizard - ✅ Start the gateway ### Install Options **Linux / macOS:** ### Install Options **Linux / macOS:** ```bash # Just pull the image (no setup) bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --pull-only # Skip onboarding (if already configured) bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --skip-onboard # Don't start gateway after setup bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --no-start # Custom install directory bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --install-dir /opt/openclaw ``` **Windows (PowerShell):** ```powershell # Just pull the image (no setup) irm https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.ps1 | iex -PullOnly #

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03