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

### Description When proxy is set to localhost like ```bat set ftp_proxy=http://localhost:2121 ``` During machine creation this will be replaced with a predefined SlirpGateway, which is not a thing for...

platform/Windows

### Description The repro case for this bug requires #3302[^1] to allow creation of an additional `provision.data` directory. [^1]: I'm creating this bug before the PR is ready for review...

help wanted
expert

### Description ### Lima Version ``` $: lima --version limactl version 0.12.0 ``` ### Host Vesrion ``` $: lima cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)"...

``` change adds rsync as an option to the copy command ``` issue https://github.com/lima-vm/lima/issues/2198

``` change validates config values for `nestedVirtualization`, `rosetta`, and `mountType` when a user starts or tries to create a VM. ``` Fixes https://github.com/lima-vm/lima/issues/3126

Fix #3052 - Populate the user account via cloud-init - Populate /bin/bash (specified as the login shell via user-data. Also depended by the host agent) - Install sudo (depended by...

guest/alpine

- Add Rootful mode - Add Podman - Add eStargz

documentation

This is an edited version of #2763 with a simpler control flow. It automatically picks the template corresponding to the desired instance name, if it exists. Otherwise it uses default:...

### Description ### **Summary** The `limactl tunnel` command currently has a TODO comment indicating planned support for advanced tunneling protocols. This feature request proposes implementing L2TP, IKEv2, and MASQUE protocol...

enhancement
expert

Moby's CI is failing after upgrading Lima from v1.2.2 to v2.0.1: - https://github.com/moby/moby/pull/51420 This failure is assumed to be caused due to some performance regression in Lima v2.0. The CI...

expert
area/performance
regression