lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
This PR removes `github.com/lithammer/dedent` dependency which is used only for the `limactl list` command. It's not worth to import the whole package for the one function [dedent#Dedent](https://pkg.go.dev/github.com/lithammer/dedent#Dedent). The output of...
### Description I've found this abiosoft/colima/issues/994 and it looks exactly like mine. After sometime the created VM started to loose connection to `guestagent` due to missing `ga.sock`. journalctl -e -u...
### Description I'm not 100% sure but I *guess* it'd be great to have the `--timeout` flag, that limits the time Lima can spent in the `limactl create`.
```console $ limactl -v limactl version 0.20.1 $ limactl start --vm-type=vz --mount-type=virtiofs template://alpine $ limactl shell alpine cat /etc/fstab # /etc/fstab #LIMA-START mount0 /Users/suda virtiofs ro,nofail 0 0 mount1 /tmp/lima...
Certain node.js/amd64 workloads cause container to become unresponsive/100% CPU when using Rosetta
### Description limactl version 0.19.1, macOS 14.2.1, using Colima 0.6.7 with Rosetta enabled. On one of our internal projects, an amd64 Docker build seems to hang forever when Rosetta is...
I think we are getting close to satisfy the requirements for the Incubating Stage: https://github.com/cncf/toc/blob/main/process/graduation_criteria.md#incubating-stage > ### Incubating Stage > > *Note: The incubation level is the point at which...
### Description `limactl copy` should use `rsync` (present on macOS by default) instead of `scp` for copying a directory. `scp` might be still faster for small directories, but probably the...
### Description ``` colima version && limactl --version && sw_vers colima version 0.6.6 git commit: 9ed7f4337861931b4d0192ca5409683a4b7d1cdc runtime: docker arch: aarch64 limactl version HEAD-cac97ed ProductName: macOS ProductVersion: 14.1.1 ``` I've recently...
### Description ## QEMU usb passthrough rabbit hole Okay, so I went down this rabbit hole to see how doable it is to implement USB passthrough. Let's go step by...
This will install the `lima-guestagent` in the instance. It will install `nerdctl-full.tgz`, if it has been enabled. Normally this is done by cidata, during the first boot... Here it is...