feat(bootstrap): add docker onboarding bootstrap mode

This commit is contained in:
Ken Simpson 2026-02-19 12:26:08 -08:00 committed by Chummy
parent 2fc0504545
commit e0ca73336a
3 changed files with 143 additions and 7 deletions

View file

@ -58,6 +58,15 @@ If you run Option B outside a repository checkout, the bootstrap script automati
## Optional onboarding modes
### Containerized onboarding (Docker)
```bash
./bootstrap.sh --docker
```
This builds a local ZeroClaw image and launches onboarding inside a container while
persisting config/workspace to `./.zeroclaw-docker`.
### Quick onboarding (non-interactive)
```bash