lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
**EDIT** (by @AkihiroSuda) The submission is expected to be reviewed by the CNCF TOC on Sep 27, 2022. - - - CNCF would be a good fit for a vendor-neutral...
### Description Lima currently uses the `192.168.5.0/24` subnet and it is currently hardcoded. There should be room for flexibility to accommodate users with a clashing IP address. https://github.com/lima-vm/lima/blob/3ad14f6618f8837a729a79b0ce765beb75f668ab/pkg/qemu/const/const.go#L6 Related Issue:...
Normally using unix sockets, but can also used named pipes (fifo) **Currently "pipe" doesn't work properly, so workaround with "null"**
The files are located in C:\Program Files\qemu\share on Windows. For some reason*, using pflash doesn't work - only old bios flag. ---- I'm not sure the default files work, had...
### Description It looks like the linux distribution detection is solely relying on the presence of a distro specific package manager like apt, dnf, or zypper. [Here is the package...
Use TCP sockets on Windows, instead of the Unix sockets. **Will need to add TLS as well, before general availability.**
### Description Add option to configure a swapping amount for the vm created by lima.
socket_vmnet is similar to vde_vmnet but does not depend on VDE. https://github.com/lima-vm/socket_vmnet
https://github.com/lima-vm/lima/blob/master/docs/mount.md Lima v1.0 will change the default mount driver from reverse-sshfs to 9p for QEMU, virtiofs for vz. (The default vm driver will be vz) RHEL-like templates will continue to...
I think it would be nice to be able to pass flags to `limactl start` in order to add/override settings in a YAML config. For example: ``` limactl start --config...