lima icon indicating copy to clipboard operation
lima copied to clipboard

Linux virtual machines, with a focus on running containers

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

I think it should be scheduled to run periodically with cron. What do you think? Thanks,

``` $ LIMACTL_CREATE_ARGS="--vm-type=qemu" ./hack/test-templates.sh ./examples/default.yaml [...] TEST| [INFO] Testing port forwarding rules using netcat + '[' default = archlinux ']' + '[' default = debian ']' + '[' default ==...

bug
area/test

It seems that the `macos-12` runner in GitHub Actions has been deprecated. https://github.com/actions/runner-images/issues/10721. What is necessary to address this? Besides updating the workflows, is there anything else that needs to...

area/test

``` level=fatal msg="failed to get unprivileged mount flags for \"/home/runner/lima-container-engine-test-tmp/random\": stat /home/runner/lima-container-engine-test-tmp/random: no such file or directory" ``` https://github.com/lima-vm/lima/pull/1953/files/88cca7543122b694b7392e25816676779b9f38a3#r1790627760

guest/archlinux
component/qemu/9p

### Description Hi, this is a follow up on https://github.com/lima-vm/lima/discussions/2696 When a vm is destroyed then recreated with the exact same yaml config file, the IP address allocated to the...

enhancement
component/network/vmnet
component/vz

Example for: * #2282 This has the same problem with relative paths, as was fixed for the scripts: * https://github.com/lima-vm/lima/pull/2442 ``` INFO[0022] Waiting for ansible playbook "./ansible/playbook.yaml" ERROR! the playbook:...

### Description Currently, when Lima is installed for the first time on macOS, it will automatically create a `~/.lima/_config/networks.yaml` configuration file, in which `socketVMNet` is automatically filled with a non-symlink...

expert
component/network/vmnet

`store.Inspect` returns `nil` as long as the instance exists, and returns any other errors in `inst.Errors`: https://github.com/lima-vm/lima/blob/9877e145d1cdb995accd60253bf5227591256df4/pkg/store/instance.go#L65-L66 However, most call sites just check the returned `err`, and then use the...

1. The function uses a custom marshaller to make sure `null` and `~` are quoted. It is missing entries for `Null` and `NULL` which in the YAML spec also denote...