Finalizing PR

This commit is contained in:
Daniel Olshansky
2026-02-09 16:23:03 -05:00
committed by Gustavo Madeira Santana
parent 3715b9671c
commit 1c2e989838
3 changed files with 321 additions and 209 deletions

View File

@@ -65,6 +65,24 @@ It writes config/workspace on the host:
Running on a VPS? See [Hetzner (Docker VPS)](/install/hetzner).
### Shell Helpers (optional)
For easier day-to-day Docker management, install ClawDock:
```bash
mkdir -p ~/.clawdock && curl -sL https://raw.githubusercontent.com/openclaw/openclaw/main/scripts/shell-helpers/clawdock-helpers.sh -o ~/.clawdock/clawdock-helpers.sh
```
**Add to your shell config (zsh):**
```bash
echo 'source ~/.clawdock/clawdock-helpers.sh' >> ~/.zshrc && source ~/.zshrc
```
Then use `clawdock-start`, `clawdock-stop`, `clawdock-dashboard`, etc. Run `clawdock-help` for all commands.
See [Shell Helpers README](/scripts/shell-helpers/README.md) for details.
### Manual flow (compose)
```bash