lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
### Description For VZ type vms I see vm-to-vm `~25 Gbps` with bridged networked in both UTM and Virtuallbuddy for reference. This is tested via iperf3. For lima it is...
### Description `apk` installs into `/usr` which is a tmpfs mount. If the disk runs out of space while installing packages ssh won't work after rebooting. Should `/usr` be in...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.0 API Changes stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the...
Use `$TMPDIR` to change the location of `/tmp` on Unix. Use `$TEMP` to change the location of `/tmp` on Windows. https://pkg.go.dev/os#TempDir Closes #2339
### Description Currently we are using shell scripts, for the standard provisioning It could also be useful to support other means, such as Ansible? ```yaml provision: - mode: ansible playbook:...
This does not include any mounts, networks, nor boot scripts. It is assumed that "reverse-sshfs" is being used, for mounts. It also does not include lima-guestagent, nerdctl-full.tgz, or any of...
### Description It doesn't work so great in a multi-user environment, and doesn't work on Windows (compared with e.g. `C:\TEMP`) i.e. when several users are sharing a server, they will...
Bumps [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) from 4.43.1 to 4.44.1. Release notes Sourced from github.com/mikefarah/yq/v4's releases. v4.44.1 - min/max/pivot! Added min/max operators (#1992) Thanks @mbenson Added pivot oeprator (#1993) Thanks @mbenson Fix: shell-completion (#2006)...
### Description I stumbled across the fact that a home directory on NFS does not work with lima, because qemu can't handle it. I discussed it with @afbjorklund and he...