lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
`lima` and `docker.lima` recognizes `$LIMA_INSTANCE` to switch the instance name: https://github.com/lima-vm/lima/blob/88173f0b48e1975d33df541b18bab08e4b090232/cmd/lima#L14 https://github.com/lima-vm/lima/blob/88173f0b48e1975d33df541b18bab08e4b090232/cmd/docker.lima#L7 However, `nerdctl.lima` does not: https://github.com/lima-vm/lima/blob/88173f0b48e1975d33df541b18bab08e4b090232/cmd/nerdctl.lima#L4
Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.6.2 to 2.7.1. Release notes Sourced from github.com/golangci/golangci-lint/v2's releases. v2.7.1 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...
This PR adds a `--sync` flag to the `limactl shell` command that allows users to safely run AI commands inside VMs by syncing the host's working directory to the guest...
The shellAction function panics with a nil pointer dereference when attempting to shell into an instance that has configuration validation errors: panic: runtime error: invalid memory address or nil pointer...
Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.6.2 to 2.7.2. Release notes Sourced from github.com/golangci/golangci-lint/v2's releases. v2.7.2 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...
This commit adds a simple template for the Amazon Linux 2023 operating system's latest version. The OS is scheduled to release every two weeks, therefore, we need to find a...
### Description I've been trying to track down a weird problem where I start a Lima VM with the "Docker" template, and start a Docker container that runs a web...
Bumps [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) from 4.49.2 to 4.50.1. Release notes Sourced from github.com/mikefarah/yq/v4's releases. v4.50.1 - HCL! Added HCL Support - First cut - hopefully it works well! (#1844) Fixing handling of...
Only try to reboot when upgradePackages is true, and check the network connectivity before checking if a restart is needed. Also don't hide the stderr output, in case of any...
### Description ### To reproduce 1. Open https://lima-vm.io/docs/ 2. Click "Print entire section" 3. The generated page at https://lima-vm.io/docs/_print/ contains many invalid links. E.g., in the "Merging pull requests" section,...