使用Docker为电脑安装openclaw 2026.3.24尝鲜版
2026年3月26日 16:00
最近openclaw的更新太猛了,新版本干爆了一批插件,主机不敢更新,只能用docker尝尝鲜。本文是docker尝鲜2026.3.24版的方案 获取开源项目 mkdir ~/github/ cd ~/github/ git clone https://github.com/openclaw/openclaw 启动 mkdir -p ~/openclaw-docker-2026.3.24/workspace cd ~/github/openclaw export OPENCLAW_CONFIG_DIR="~/openclaw-docker-2026.3.24" export OPENCLAW_WORKSPACE_DIR="~/openclaw-docker-2026.3.24/workspace" # 这里的镜像tag可以通过https://github.com/openclaw/openclaw/pkgs/container/openclaw 获取 export OPENCLAW_IMAGE="ghcr.io/openclaw/openclaw:2026.3.24" export OPENCLAW_GATEWAY_PORT="28789" export OPENCLAW_GATEWAY_TOKEN="$(openssl rand -hex 32)" ./scripts/docker/setup.sh 启动的log ➜ github git clone https://github.com/openclaw/openclaw Cloning into 'openclaw'... remote: Enumerating objects: 290032, done. remote: Counting objects: 100% (323/323), done. remote: Compressing objects: […]