krunvm
krunvm copied to clipboard
Create microVMs from OCI images
I find this easier to read.
Added the ability to pass environment variable(s) to the microVM when starting it.
There are cases where krunvm fails to delete a VM, e.g. because the corresponding container no longer exists. Add a `--force` (or `-f`) option to the `delete` subcommand that forces...
Hi I found this tool and wanted to test it, but can't unserstand how to set environment variables used by the container. Any help would be much appreciated
Repro: ```bash krunvm create --name nix nixos/nix krunvm start nix nix -- --extra-experimental-features 'nix-command flakes' profile install 'nixpkgs#google-cloud-sdk' ``` This fails with: ``` warning: you don't have Internet access; disabling...
Running `krunvm -v` and any command has not shown any usable output for me so far. What is the expected usage for that option? For example, is there a way...
I'm running krunvm on macOS 14.0 23A344 arm64, MacBookPro18,3 . I have setup the .krun-rosetta file correctly, and run the following command: `krunvm create -x ubuntu --name ubuntu-rosetta` Unfortunately krunvm...
The manual says `-v` takes a number: https://github.com/containers/krunvm/blob/v0.2.3/docs/krunvm.1.txt#L39-L40 ``` *-v* _NUM_:: Sets the verbosity level, from the lowest (0) to the highest (5). ``` but trying `-v 5` results in:...
This would vastly simplify the code in `main`.