lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
## Summary I'm trying to get Lima to work with XQuartz to run graphical applications. It mostly just works, except when my MacBook goes to sleep and wakes up again....
### Description https://en.opensuse.org/Portal:MicroOS
### Description Flatcar Container Linux [(https://www.flatcar.org/)](https://www.flatcar.org/) is an interesting immutable Linux OS which suits well to run e.g. Kubernetes. Any change support for Flatcar Linux can be added to Lima...
### Description Add a generic driver for external virtual machines and physical servers. It is similar to running `ssh`, but includes all the Lima features like agent. --- The user...
> To avoid inflating the numbers of the limayaml fields, can we consider to support templating cloud-init yaml in limayaml? _Originally posted by @AkihiroSuda in https://github.com/lima-vm/lima/pull/2119#discussion_r1446783563_ I think we should...
`vde_vmnet` has been deprecated since Lima v0.12.0 (Sep 2022), in favor of `socket_vmnet`: - https://github.com/lima-vm/lima/pull/851 We can remove the support for `vde_vmnet` as soon as Rancher Desktop stops using it:...
### Description Environment: MacBook ARM - M1 Steps to reproduce: - limactl create --name=default template://docker - Open an editor to review or modify the current configuration - set arch: "x86_64"...
### Description Steps to reproduce: `limactl create template://ubuntu --name=ubuntu` or `limactl create template://ubuntu-lts --name=ubuntu` `limactl start ubuntu` Output: ``` INFO[0000] Using the existing instance "ubuntu" INFO[0000] QEMU binary "/usr/local/bin/qemu-system-x86_64" seems...
```console $ ping 1.2.3.4 PING 1.2.3.4 (1.2.3.4): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 ^C --- 1.2.3.4 ping statistics --- 3 packets transmitted, 0...
### Description It is possible to boot into single user mode with qemu, at the moment. see https://github.com/lima-vm/lima/issues/974#issuecomment-1879668509 It should be possible to do this with vz, but it is...