lima icon indicating copy to clipboard operation
lima copied to clipboard

Linux virtual machines, with a focus on running containers

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

First of all, I apologize if this is not the right place to ask questions, as I'm not sure where is the best place to do so. After some digging,...

enhancement
component/qemu

### Description Lima does not support mounting locations containing whitespace, e.g. ```yaml mounts: - location: "~/foo bar" writable: true ``` This obviously affects users whose host username contains a space....

bug
expert

### Description While certain interpretations of the spec use the same regex (e.g. Alpine Debian), historically a `[A-Z\.]` were all valid characters, and I and others have scripts and environments...

### Description I'm on Big Sur ``` docker -v Docker version 20.10.12, build e91ed5707e ``` Hello, I'm just trying a simple Dockerfile like this: ``` FROM node:16 RUN mkdir /web...

### Description Host OS: macOS 12.3.1 Host arch: arm64 Lima version: 0.9.2 Lima VM OS: Ubuntu 21.10 Lima VM arch: arm64 Attempting to run terraform plan or apply inside a...

Comparing with: ~~https://github.com/containerd/containerd/blob/main/docs/cri/installation.md~~ Unfortunately the upstream documentation has been deprecated, and no longer includes the configuration needed for CRI and CNI. It is also no longer available from the kubernetes...

kubernetes

Hey, I really like lima so far and wish I could use it for development, but unfortunately I've come across a workflow-breaking issue. [My docker image](https://github.com/linuxserver/docker-dokuwiki) copies files into a...

enhancement

### Description Hi, first - thanks for the great project, lima is a first thing that worked properly from the start on M1 Mac for me, 💯 👍 . I'm...

### Description I would like to extend this filter: https://github.com/lima-vm/lima/blob/600f3421bc056f2bb3e69981d36412b5d31f8818/pkg/guestagent/iptables/iptables.go#L32 It's probably a process to prevent unintended port forwarding. ## Usecase My usecase is to access the NodePort service on...

expert

### Description FreeBSD lacks support for containerization generally but it does support QEMU. I was able to get Lima running on FreeBSD 13.0 but it doesn't work out of the...

expert