lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
https://github.com/lima-vm/lima/issues/722 After looking through the discussion on https://github.com/lima-vm/lima/pull/759, I implemented a basic volume command. Volumes are stored under a `_volumes` directory under `$LIMA_HOME` and can be attached by name to...
I just learned that on macOS Ventura you can register Rosetta2 as a binfmt_misc handler inside a VM running in arm64 mode. That should mean that instead of using qemu-static...
It has some issues with it being mounted as "nodev", so revert to using a normal file system for $TMPDIR. ```console $ limactl shell singularity singularity run -u -B $HOME:$HOME...
### Description **Lima version:** [user@lima-default default]$ uname -a Linux lima-default 5.17.5-300.fc36.aarch64 SMP Thu Apr 28 15:22:08 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux **Host OS** Darwin 21.4.0 Darwin Kernel Version 21.4.0:...
For making qcow2 snapshots of the running virtual machine. It is possible to make multiple snapshots, in the diffdisk. Closes #1051 ---- `limactl start` `limactl snapshot create default --tag snap`...
### Discussed in https://github.com/lima-vm/lima/discussions/1050 Originally posted by **f91og** September 13, 2022 Just want to quick restore to a certain status after tried several things that caused develop environment broken
### Description It is fine that it is removed on "clean", but annoying that it is deleted on "make". I sometimes use `go mod vendor` for reference, and then I...
I loved reading the mount documentation. I found myself asking why should I care about one implementation over the other. So here is that internal conversation!
> I guess we need to adjust the regexp here to support kube NodePorts ? > > > https://github.com/lima-vm/lima/blob/4edd35381c48e33721f54868d75408a4e6b41c8c/pkg/guestagent/iptables/iptables.go#L20-L34 _Originally posted by @AkihiroSuda in https://github.com/lima-vm/lima/discussions/1018#discussioncomment-3405760_
Rootful CNI port forwarder does not work for CentOS 7, although it works for other templates such as AlmaLinux 8 YAML: ```yaml images: - location: "https://cloud.centos.org/altarch/7/images/CentOS-7-x86_64-GenericCloud-2009.qcow2" arch: "x86_64" digest: "sha256:e38bab0475cc6d004d2e17015969c659e5a308111851b0e2715e84646035bdd3"...