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

Currently, Lima imports 4 libraries of YAML 😓 https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L24 https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L48 https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L123 https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L130 Wish Go had provided stdlib for YAML...

help wanted
kind/refactoring

### Description see:https://github.com/lima-vm/lima/discussions/2552

### Description see:https://github.com/lima-vm/lima/discussions/2550

### Description With the current scheme on macOS, each time I create a vz vm from the same cached image, there is a slow convert from qcow2 to raw (#2579)...

area/performance
component/vz

### Description INFO level logs from "[hostagent"] contain many messages that could be debug level or duplicate messages. Example log: ``` msg="[hostagent] Waiting for the essential requirement 1 of 2:...

enhancement
area/cli

### Description The hostagent logs 3 groups of requirements - essential and optional, final, and number each requirement separately. This makes it harder to follow the logs or create a...

enhancement
help wanted
area/cli

### Description I expected `limactl create` to exit 1 immediately if the instance exists, whether or not a template file is provided.

bug
area/cli

### Description Hello, I am working on a M1 MacBook with Sonoma 14.6.1 Recently I updated Lima from 0.21.0 to 0.23.1 via brew. Subsequently when starting my container up I...

bug
status/more-info-needed

### Description I have frequently hit this issue when running VMs with `lima:shared` networking (socker_vmnet). When this happens, the cross-vm traffic completely stalls. I am happy to provide further details...

> They can return errors in validation, instead of warnings? @afbjorklund Yes, they can. The warning comes from `func (l *LimaVzDriver) Validate() error {` and just write to the log,...