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

`make defconfig` * https://github.com/lima-vm/lima/issues/2426#issuecomment-2187316192 ```console $ make config cp config.mk .config /usr/local/bin/kconfig-conf Kconfig * * Lima * guestagent OS: Linux (GUESTAGENT_OS_LINUX) [Y/n/?] guestagent Arch: x86_64 (GUESTAGENT_ARCH_X8664) [Y/n/?] guestagent Arch: aarch64...

# Overview After enabling the `mountInotify` feature, files on virtiofs faied to chmod under specific conditions. I tried some debugging but could not figure out the cause. # Environment *...

The "path" provided will be read, and used instead of the "script". ```yaml provision: - mode: user path: foo.sh probes: - mode: readiness path: bar.sh ``` * #2441 ---- There...

### Description Make the usage of Lima more similar to a `Vagrantfile` or a `Dockerfile`. 1) ```ruby Vagrant.configure("2") do |config| config.vm.box = "cloud-image/ubuntu-24.04" end ``` https://app.vagrantup.com/cloud-image 2) ```Dockerfile FROM ubuntu:24.04...

### Description `launchd` only sets the `PATH` environment variable to `/usr/bin:/bin:/usr/sbin:/sbin`, so `limactl` fails to start because it cannot find `qemu-system-`. The VM can be started by adding the following...

area/homebrew
component/qemu

### Description An example -- note it's *not* just uv pip install that is non-deterministic, but here you can see the same command run twice fails initially and then succeeds...

component/vz

### Description It should be possible to upload the images to IPFS, and then use such an address to download them p2p (by cid): `ipfs://bafybeig5sch22ecfox7gq724rz7uivydwvnnpuqdcnjz72iwelgtrakzui/ubuntu-24.04-server-cloudimg-amd64.img` CLI: https://docs.ipfs.tech/how-to/kubo-basic-cli/#install-kubo GUI: https://docs.ipfs.tech/how-to/desktop-app/#install-ipfs-desktop ----...

See https://docs.ipfs.tech/how-to/kubo-basic-cli/ for `ipfs` https://docs.ipfs.tech/how-to/address-ipfs-on-web/#native-urls `ipfs://{cidv1}/path/to/resource` (see also https://cid.ipfs.tech/) Closes #2407

### Description Currently this block is duplicated to most of the templates: ```yaml mounts: - location: "~" - location: "/tmp/lima" writable: true ``` Including a hard-coded (global) path to the...

This allows you to have a template like: ```yaml images: - ubuntu-24.04 mounts: - location: "~" - location: "/tmp/lima" writable: true ``` Loading from another document like: ```yaml images: #...

expert
impact/changelog