lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
### Description I'm creating a NixOS template for Lima. NixOS doesn't follow the Linux FHS, so it doesn't have `bash` available at `/bin/bash`. This is fine, because you can find...
In #1220 the default config has become dependent on the local machine configuration, but the tests still use hardcoded default values for expected paths etc, e.g. https://github.com/lima-vm/lima/blob/f3dc6ed97aa8f69821ecbe1c2b29988c97e67eb7/pkg/networks/commands_test.go#L106-L108 This fails unless...
### Description > This repository has been archived by the owner on Sep 24, 2023. It is now read-only. https://github.com/AlecAivazis/survey/commit/160123ed7175f77bc8625b59c44b8dc03f5333e3 Might want to look for a replacement, or use a...
### Description I run nginx in the colima docker environment, and I can access it normally at the beginning, but after a period of time, I can no longer access...
### Description qemu, m3, sonoma, ubuntu 23.10 guest, very fresh install via brew. tried with and without qemu window enabled. (I'm able to type in the qemu window, but the...
### Description When pinging the DNS at 8.8.8.8, the response received is invalid, incorrect, or corrupted. The following is the response obtained from the ping: ``` ~/r/p/lima ❯❯❯ limactl shell...
### Description mount into `/mnt` from external drive (even external filesystem is unreadable by macos, eg Ext4, NTFS)
I would like to be able to create one or more snapshots of a lima vm and be able to roll back to some specified snapshot. I'm thinking this would...
UTM seems to have been supporting VirGL with forked repos: https://github.com/utmapp/UTM/blob/62bd84c78c045870c580df34c1ba233d75e02995/patches/sources#L38-L45 I'm not sure we can just use them in Homebrew's QEMU. Maybe we need a custom Tap.
### Description Expose the linux kernel command line in [limactl start](https://lima-vm.io/docs/reference/limactl_start/). [qemu](https://www.qemu.org/docs/master/system/qemu-manpage.html) ``` -append cmdline Use cmdline as kernel command line ``` [VZLinuxBootLoader](https://developer.apple.com/documentation/virtualization/vzlinuxbootloader/3656632-commandline?language=objc)