port smoke to go
This commit is contained in:
parent
b0a9d64f4a
commit
9ed44bfd75
20 changed files with 2118 additions and 1573 deletions
|
|
@ -34,10 +34,14 @@ The most common workflow is one command:
|
|||
banger vm run bare sandbox, drops into ssh
|
||||
banger vm run ./repo ships a repo into /root/repo, drops into ssh
|
||||
banger vm run ./repo -- make test ships a repo, runs the command, exits with its status
|
||||
banger vm run --rm -- script.sh --rm: VM auto-deletes when the session/command exits
|
||||
banger vm run --nat ./repo --nat: outbound internet (required when .mise.toml installs tools)
|
||||
banger vm run -d ./repo --nat -d/--detach: prep workspace + bootstrap, exit without ssh
|
||||
|
||||
For a longer-lived VM, use 'banger vm create' to provision and
|
||||
'banger vm ssh <name>' to attach. 'banger ps' lists running VMs;
|
||||
'banger vm list --all' shows stopped ones too.
|
||||
'banger vm list --all' shows stopped ones too. Guests are reachable
|
||||
at <name>.vm from the host once 'banger ssh-config --install' is run.
|
||||
|
||||
First-time setup, in order:
|
||||
sudo banger system install install the systemd services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue