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

This merge request is related to the issue #1011 and is aiming at being able to user OpenSuse with the current script approach to package manager detection

platform/ARM
guest/opensuse

### Description lima creates a default user as specified in https://github.com/lima-vm/lima/blob/master/pkg/cidata/cidata.TEMPLATE.d/user-data#L18, where the username is https://github.com/lima-vm/lima/blob/master/pkg/osutil/user.go#L102. In some cases the username and groups can't be created (example: username `docker`). While...

### Description Hello, After some digging and copy pasting stuff around, I was able to make tumbleweed working on aarch64 using the following yaml config file: ``` yaml images: -...

platform/ARM
guest/opensuse

### Description lima nerdctl command crashes when I use a pipe | to redirect container output. ## Issue ```shell lima nerdctl run --rm -it bash -- echo test | grep...

component/nerdctl
kind/external

### Description I'm trying to start lima with default settings using `limactl start` and with default settings but I'm stuck on this error. ``` INFO[0003] SSH Local Port: 60022 INFO[0003]...

duplicate

The other display options open a window always, while the vnc is more "on demand" by using a separate vnc viewer. Add localhost and password support for some minimal security....

### Description Hi , This is such a great work , hoping for the Windows version WSL is good but very slow in most cases , i prefer to have...

enhancement
help wanted
expert
roadmap

### Description Currently lima has information on how to run a command-line application. Either using the `nerdctl.lima` wrapper, or starting it from the `lima` shell. But there is no example...

documentation

### Description The qemu display might slow down the host, and the window be in the way... But it is also possible to connect to the qemu virtual machine desktop...

This will close https://github.com/lima-vm/lima/issues/983. I took the liberty to reorder the file a little so one does not need to parse the whole file to understand what will happen. As...