lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
For a lima-vm config similar to the following one ``` provision: - mode: system script: | #!/bin/bash set -eux -o pipefail command -v docker >/dev/null 2>&1 && exit 0 export...
lima 0.8.1, default networking setup: When running something that makes bunch of connections (per second) in other window, e.g. fetching www.google.com fails or is quite slow. In practise, lots of...
### Description #827 added a mechanism to specify additional kernel parameters for a specific image. Unfortunately this does not allow providing additional parameters via an `override.yaml` or `default.yaml` file because...
# Background Some application may requires the `product_uuid` from sysfs, OR it will be broken, eg. - https://github.com/nestybox/sysbox/issues/439 - https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/959308 The patch will generate a UUID, based of the MD5...
### Description Please provide instructions (or config options) for mounting Linux guest directories so they are read-writable by the host. For example, I'd like to read-only mount my Linux guest...
Lots of information in https://github.com/utmapp/UTM/issues/3180 Should we: * [ ] Throw a validation error when `lima.yaml` uses `aarch64` and requests more than 8 cores? * [ ] Add an option...
### Description Let me first describe my use case. I want to be able to mount various places of interest on my host (such as `~/.ssh`, `~/.aws`, `~/.kube` and so...
### Description I'm trying to start any arm64 RHEL 8 based Linux using lima with provided examples. But it even can't boot and stuck on the GRUB menu: x86-64 VMs...
### Description I am looking for a feature, where I can see the CPU usage and RAM usage of an instance. Preferrably disk usage too, if possible. However, I could...
### Description ``` portForwards: - guestSocket: "/foo/test.sock" hostSocket: "/Users/me/tmp/test.sock" ``` I was trying to do something like this only to realize it works the opposite direction I need. Is there...