lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
### Description lima can create VMs based on QEMU. I could also create VMs based on QEMU, in those cases, I'd like to import this VM to lima to be...
### Description Was just trying out the inbuilt arch linux vm config when I found it to have a slow bootup compared to the default config digging into the logs,...
### Description OCI registries are evolving to store any kind of artifact, thanks to OCI artifacts. So many tools are out there that have been already adapted consuming their configs...
### Description I was looking at adding some more basic details from the guest This was available in the "host" structure, and in /etc/os-release. I opened another issue, about the...
### Description IIUC, Lima uses a Ubuntu distro. Ubuntu has a kernel config file that includes the value of all of the kernel source configuration entries. Ubuntu puts that file...
### Description Lima version `0.11.0` Mac OS Monterey With the default configuration and adding an additional mount: ``` mounts: - location: "~" - location: "/tmp/lima" writable: true - location: "~/dev"...
### Description This is a (hopefully) unintended side effect of #273. Because the `instance-id` changes, `cloud-init` treats it like it's the first boot and does all the first boot things,...
### Description Use case: I want to persist data within the guest without a network volume mount to the host on a separate disk from the Lima guest's root disk....
## Summary All networking and DNS functionality stops working on the Lima VM after a random number of bytes are transferred. Networking gets restored approx. ten seconds later. Reboots fix...
### Description I want to make it easy to install and access the[ kubernetes dashboard](https://github.com/kubernetes/dashboard), for k8s: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ Currently the installation instructions are almost as complex as `kubeadm` itself. What...