lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
### Description I'm seeing NXDOMAIN responses for domains under the same TLD that exists in `hostResolver.hosts`. Here's how I've been able to reproduce this. My machine is an Apple M1...
### Description There are some projects using "OCI Registry As Storage" ([ORAS](https://oras.land)), to download their images. They add a kernel to a container image, and thus making it into a...
### Description This causes the probe to loop on startup, even though everything is fine. ``` INFO[0011] [hostagent] Waiting for the essential requirement 4 of 4: "/etc/fuse.conf (/etc/fuse3.conf) to contain...
### Description # 1. network.yml config get wrong socket_vmnet instsall path ## 1.1 Summary When I tring to install socket_vmnet by brew tool. However it shows that: socket_vmnet has to...
The following test doesn't work well for Enterprise Linux distributions: https://github.com/lima-vm/lima/blob/70e681b1f3c942412eae43917dd34c41b8f8aab2/pkg/qemu/qemu.go#L358 ``` $ qemu-system-aarch64 -version QEMU emulator version 8.0.0 (qemu-kvm-8.0.0-16.el9_3.3) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers...
- https://github.com/lima-vm/lima/pull/2360 The new `alpine-image` template is currently not tested on the CI
Was looking more at caching, and thought it would be a good idea to store the last modified time too. ```console $ more ~/.cache/lima/download/by-url-sha256/2385cd7cc68589b1dab56df12415b9151d977ba9b9b668e913f02ebd35804ef7/url https://github.com/lima-vm/alpine-lima/releases/download/v0.2.38/alpine-lima-std-3.19.0-x86_64.iso $ more ~/.cache/lima/download/by-url-sha256/2385cd7cc68589b1dab56df12415b9151d977ba9b9b668e913f02ebd35804ef7/time Fri, 26...
This issue fixes: - #1815 The folder structure now look like this: 
disallow admin username; use fallback username. Related issue: https://github.com/lima-vm/lima/issues/2117
### Description Instructions: 1. Stop the lima instance 2. Change your home mount point ```diff mounts: - location: "~" - mountPoint: "/home/development" + mountPoint: "/home/trojan1" writable: true ``` 3. Start...