lima icon indicating copy to clipboard operation
lima copied to clipboard

Linux virtual machines, with a focus on running containers

Results 573 lima issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
component/qemu

### 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,...

platform/ARM
guest/archlinux

### 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...

enhancement

### 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...

guest/alpine

### 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"...

component/sshfs

### 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,...

bug

### 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....

enhancement

## 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...

guest/alpine
component/qemu

### 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...