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

Right now provisioning scripts cannot use files from the host filesystem because the mounts are created by the hostagent on request of the guestagent. There should be a mechanism to...

enhancement

### Description This is a request to change the default behavior requested by @jandubois in #563 and resolved in #570. The current method parses SystemProfiler output which only shows "Network...

enhancement

I spent some time testing various DNS scenarios while looking into https://github.com/rancher-sandbox/rancher-desktop/issues/1181 and noticed the following issues: * on `systemd` instances mDNS lookup would not work. The request never goes...

enhancement
priority/low

### Description lima version: 0.9.0 machine: m1 max macbook Description When I install lima from brew using the instructions on the README, I get so far that I can see...

question
docker

### Description lima version: 0.9.0 machine: m1 max macbook I'm following the instructions in the output of the limactl output and when i try to configure the docker context as...

docker

### Description Currently `CONTAINERD_SNAPSHOTTER` is set to `fuse-overlayfs` and this value cannot be overriden. Neither by adding `CONTAINERD_SNAPSHOTTER: stargz` to the `env:` section in `~/.lima/default/lima.yaml` nor by using a provision...

component/nerdctl

follow-up https://github.com/AkihiroSuda/lima/issues/18 ```console $ brew info libslirp libslirp: stable 4.6.1 (bottled) $ limactl start default ? Creating an instance "default" Proceed with the default configuration INFO[0001] Downloading "https://github.com/containerd/nerdctl/releases/download/v0.9.0/nerdctl-full-0.9.0-linux-amd64.tar.gz" INFO[0001] Using...

bug
guest/ubuntu

https://github.com/lima-vm/lima/blob/ee32d35b22117763fa859e8902bf8607f83f13df/pkg/cidata/cidata.TEMPLATE.d/boot/40-install-containerd.sh#L11-L34 - - - > Idea for optimization: > > ```console > root@lima-default:/mnt/lima-cidata# gunzip -c nerdctl-full.tgz | head -c 512 | tar tv | awk '/ bin\/$/ {print $4}' >...

enhancement
component/nerdctl
area/performance

https://github.com/lima-vm/lima/blob/3ff1a15530f5f4b5ce9eb98600c72ea00fd914c6/pkg/guestagent/api/api.go#L26 > {"level":"debug","msg":"guest agent event: {Time:2022-02-24 11:34:59.035917781 +0000 UTC LocalPortsAdded:[{IP::: Port:10250} {IP::: Port:6443} {IP::: Port:22} {IP:127.0.0.1 Port:43939} {IP:0.0.0.0 Port:31174} {IP:127.0.0.1 Port:10248} {IP:127.0.0.1 Port:10249} {IP:127.0.0.1 Port:10251} {IP:127.0.0.1 Port:10252} {IP:127.0.0.1 Port:6444} {IP:127.0.0.1...

Using lima on a mac m1 to run ubuntu I experience a random loss of networking. Ssh shell (lima shell) stops reacting and new connection cannot be initiated. Connecting minicom...

component/qemu