feat(bootstrap): add docker onboarding bootstrap mode
This commit is contained in:
parent
2fc0504545
commit
e0ca73336a
3 changed files with 143 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue