lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
- [X] Basic tests #1511 - [x] https://github.com/lima-vm/lima/issues/1611 - [X] https://github.com/lima-vm/lima/issues/1577 - [x] #1333 - [ ] #1609 - [ ] https://github.com/lima-vm/lima/issues/1957 We can also consider making vz default after...
## `qemu: 9p: graduate from experimental` `template://experimental/9p` will be removed right before releasing Lima v1.0. - - - ## `default.yaml: stop discouraging writable mounts (for 9p and virtiofs)` Setting `writable:...
### Discussed in https://github.com/lima-vm/lima/discussions/1960 Originally posted by **stonechen1995** October 27, 2023 I used the docker-rootful.yml to build up the vm with the command below, against which my docker context is...
https://github.com/lima-vm/lima/blob/7493e1d6d8c9317ed29047705775b0ed0eff0dea/.github/workflows/test.yml#L89-L100
> I've been testing this PR today on an M1 machine running Ventura, and I saw this error when starting `template://experimental/vz`: > >``` >ERRO[0296] [hostagent] r.CreateEndpoint() = connection was refused...
### Description Most recent main version doesn't allocate tty (regardless of setting `--tty` flag) and immediately exits with exit code 0. ``` limactl shell --log-level trace --tty --workdir / lima...
### Description I am running lima with socket_vmnet and bootptab provides the ip-addresses. After restarting the configuration 4 or 5 times, the entire lima vm facility become effectively inoperable. I...
https://lima-vm.io/docs/config/network/ is too long and hard to follow. It is also unclear which network is the best. (vzNAT for host-to-guest, user-v2 for guest-to-guest, bridged for other-host-to-guest)
### Description The processing speed of the PHP web application on Rancher Desktop(Lima) in the local development environment has dropped more than 10 times from Rancher Desktop 1.8. Specifically, it...
For vz, "basedisk" is not depended by "diffdisk" after qcow2-to-raw conversion, so "basedisk" should be removed and "diffdisk" should be renamed to something else. (Maybe just "disk")