lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
Host provisioning scripts are executed every time before starting the instance. - the working directory is the instance directory `{{.Dir}}` - the `runtime.GOOS` is used to determine the host OS....
Currently it is hard to track the progress of the provision scripts.
I found we are using the non-LTS version for the Ubuntu. For most people, they don't know this background: > LTS or ‘Long Term Support’ releases are published every two...
https://github.com/containerd/nerdctl/releases/tag/v2.0.0-rc.0 Marked as a draft until releasing nerdctl v2.0.0 GA
### Description When using the vznet networking option, as best I can tell this uses the new apple virtualization framework for the networking, which automatically binds port 53 to mDNSresponder...
### Description Separate instance-specific commands into their own help group to make it easier for new users to see what commands are available. See #2144
### Description A lima disk created as the default qcow2 format, and added to a vz debian 12 vm, gets truncated to 0 bytes on `limactl start vm` and the...
After hiding the INFO messages, enable _some_ progress. `Starting "default"` `READY.` Showing the requirements as a progress bar, using `pb`. Closes #1311
The code has been disabled in #2112. See #2064 for details and repro scripts. The underlying issue might very well be inside QEMU, but we probably need a simpler repro-case...
### Description Host OS is ubuntu 2022.2, using [latest virtiofsd from gitlab](https://gitlab.com/virtio-fs/virtiofsd/-/commit/3c1f1c626319cada80408a63b043c5c6d9235f83). Could this be a virtiofsd issue, if so, how can I test? Example: ``` jackson@SOME_HOST:~$ limactl start --name...