Claude Skill
phioranex/openclaw-docker
用于部署 OpenClaw Claude Skill 的 Docker 容器。提供容器化解决方案,具有简化设置和基于 Shell 的实现。
概览
仓库信息
安装这个 Skill
docker run -it --rm \Registry 信息
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 #
话题
暂无话题