lima-gui
lima-gui copied to clipboard
Making a GUI for lima VM
It would be nice to at least be able to display the running containers and stored images... * `nerdctl.lima container list` - https://github.com/afbjorklund/lima-gui/wiki/Containers * `nerdctl.lima image list` - https://github.com/afbjorklund/lima-gui/wiki/Images Start...
Currently there are just the low-level docs on https://github.com/lima-vm/lima/ ``` brew install lima ``` It would be nice if there was a real user manual, preferrably written in markdown ?...
Suggestion is to just use `ssh`, and run some commands on VM... * `top -b -n 1` * `vmstat 1 2` * `free -h` * `df -h /` Preferrably it...
See https://github.com/lima-vm/lima/issues/268#issuecomment-1069027730
Use the "Edit YAML" as a workaround, for now. See "default.yaml" for options https://github.com/lima-vm/lima/blob/master/pkg/limayaml/default.yaml ```yaml # Arch: "default", "x86_64", "aarch64". # Default: "default" (corresponds to the host architecture) arch: "default"...
https://doc.qt.io/qt-5/qsettings.html https://doc.qt.io/qt-5/qdialog.html Fiellds such as: * `limactl` (default value: "limactl") Relative values are searched in PATH. * `LIMA_HOME` (default value: `~/.lima`) Remember to expand any `~` to $HOME. Maybe others,...
It would be better if this git repository lived under https://github.com/lima-vm
Typically after adding or removing something, or otherwise modifying parameters. Think I commented something out...
Hello. It would be very nice to have ability to customise starting of limactl with additional ENV arguments. For example. ``` QEMU_SYSTEM_X86_64="qemu-system-x86_64 -cpu max -machine q35" limactl start ``` I...