Merge cli,docs polish for v0.1.0
Brings in commit 003b048 from the agent-2 worktree:
- CLI help text + completers (image pull / kernel pull / vm stats /
vm set / --from flag).
- README golden-image definition + Requirements block above
Quick Start.
- Code hygiene: drop emptyDash; consolidate formatBytes into
humanSize.
- Logger downgrades for per-RPC INFO chatter.
This commit is contained in:
commit
26dbf0f221
10 changed files with 86 additions and 66 deletions
10
README.md
10
README.md
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
One-command development sandboxes on Firecracker microVMs.
|
||||
|
||||
**Requirements:** Linux + KVM (`/dev/kvm`), `firecracker` on PATH (or `firecracker_bin` in config).
|
||||
|
||||
## Quick start
|
||||
|
||||
```bash
|
||||
|
|
@ -10,10 +12,10 @@ sudo ./build/bin/banger system install --owner "$USER"
|
|||
banger vm run --name sandbox
|
||||
```
|
||||
|
||||
That's it. `banger vm run` auto-pulls the default golden image (Debian
|
||||
bookworm with systemd, sshd, Docker CE, git, jq, mise, and the usual
|
||||
dev tools) and kernel, creates a VM, starts it, and drops you into
|
||||
an interactive ssh session. First run takes a couple minutes (bundle
|
||||
That's it. `banger vm run` auto-pulls the default golden image (a pre-built
|
||||
Debian rootfs with sshd, mise, and the usual dev tools: Debian bookworm with
|
||||
systemd, sshd, Docker CE, git, jq, and mise) and kernel, creates a VM, starts
|
||||
it, and drops you into an interactive ssh session. First run takes a couple minutes (bundle
|
||||
download); subsequent `vm run`s are seconds.
|
||||
|
||||
## Supported host path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue