lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
`limactl shell` command actually take two responsibility: 1. : **lima act like ssh**, ```shell # expected to get home dir in lima guest vm $ limactl shell default -- echo...
``` ==> /Users/runner/.lima/debian/serial.log
### Description Greetings, I recently discovered why https://github.com/abiosoft/colima was taking so long to start on an M1, and recently refused to start at all. The symptom I had been observing...
### Description I'm testing vzNat and noticed strange behavior. After startup, the VM contains several default routes. So network connections are balancing between slirp and vnNat. Lima Version: `v0.21.0` Template:...
libkrun seems to have merged the PR for supporting Virtio-GPU Venus (https://docs.mesa3d.org/drivers/venus.html) - https://github.com/containers/libkrun/pull/174 QEMU still hasn't merged the patches for supporting Venus: https://patchew.org/Xen/[email protected]/
### Description When looking at alternative implementations, such as Raspberry Pi or cloud instances, it could be useful to look at the generated basic cloud-init / cloud-config information. Without having...
### Description Hi Team, I really do not know where to post this or guide me if it is not the correct place; thanks. I am unsure if this is...
https://github.com/lima-vm/lima/blob/b1212298e59e4799ae16b0e4c36561c5bd294d83/pkg/hostagent/dns/dns.go#L24 We should probably have an env var like `LIMA_DISABLE_FALLBACK_DNS=1`. I also wonder if there is some "standard" env var to disable these well-known fallback DNS. Similar to: - https://github.com/moby/moby/issues/47541
### Description Yesterday I've tried the new start at login feature that got in with `0.21.0`. Before i've shut down my computer yesterday I've used: `$> limactl start-at-login default INFO[0000]...
### Description In my ubuntu vm which is created by limactl I have shared the /var/www directory of my host as writable. Now on my ubuntu vm I have installed...