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 I want to expose the Docker container port to other hosts. limactl start --vm-type=vz --network=vzNAT template://docker #### version ```shell ❯ sw_vers ProductName: macOS ProductVersion: 14.7.5 BuildVersion: 23H527 ❯...

component/vz
component/network/vzNAT

Improve port forwarding by using ebpf Note: Test run. Locally it works. Wanted to confirm with all jobs

### Description This project has an indirect dependency on [github.com/mailru/easyjson](https://github.com/lima-vm/lima/blob/ad8ac1cbc58b3fe3fb2078409d2f649eb0e9cf51/go.mod#L102), a Go library with maintainers based in Russia and affiliated with VK Group. VK Group has known ties to the...

dependencies
kind/external
kubernetes

## Description This PR fixes #3486 by relocating the `cpuType` field to `vmOpts.qemu.cpuType` in both the YAML schema and `limayaml.LimaYAML` struct in Go. To maintain compatibility, the old top-level `cpuType`...

component/qemu

https://github.com/lima-vm/lima/blob/5fb93532e6cf9edd7201815475d9d13d97561444/templates/archlinux.yaml#L8 @mcginty Would it be possible to update the image to the latest revision? 🙏 Also curious if the images can be pushed to http://os.archlinuxarm.org/os

help wanted
platform/ARM
guest/archlinux

### Description host: osx 15.5 lima: 1.0.7 (homebrew) guest: debian testing I've just rebooted a long running Linux (Debian testing) vz vm and rebooted my machine after updating from 15.4...

status/more-info-needed
podman

https://github.com/lima-vm/lima/blob/00e3398febfc0aabed19c54f7e751dcaf5af5b43/cmd/limactl/genschema.go#L13-L15 Shouldn't need both "github.com/invopop/jsonschema" and "github.com/santhosh-tekuri/jsonschema/v6

priority/low
kind/refactoring

Right now we display an error when the user tries `limactl edit` on a running instance. Instead we should display a prompt and offer the user to stop the instance...

good first issue
area/cli

### Description # Description After `lima start default` finished successfully ``` > lima nerdctl run -d --name nginx -p 127.0.0.1:8080:80 nginx:alpine FATA[0000] rootless containerd not running? (hint: use `containerd-rootless-setuptool.sh install`...

Eventually `VMOpts` should be defined as `map[string]any`, and `QEMUOpts` should be moved to `pkg/qemu`. Can be another PR. _Originally posted by @AkihiroSuda in https://github.com/lima-vm/lima/pull/3500#discussion_r2076792327_