Akihiro Suda
Akihiro Suda
```console $ cat foo.go package foo import ( "github.com/containerd/cgroups/v2" ) func Foo(a, b string) (*v2.Manager, error) { return v2.LoadManager(a, b) } $ vndr init ``` Result: ``` github.com/containerd/cgroups/v2 3f83850c48d225466698517ad34f4848d2ddaeeb github.com/containerd/cgroups/stats/v1...
socket_vmnet is similar to vde_vmnet but does not depend on VDE. https://github.com/lima-vm/socket_vmnet
https://github.com/lima-vm/lima/blob/master/docs/mount.md Lima v1.0 will change the default mount driver from reverse-sshfs to 9p for QEMU, virtiofs for vz. (The default vm driver will be vz) RHEL-like templates will continue to...
### Description Might be helpful for diagnosis. Probably we can reuse https://github.com/abiosoft/colima/tree/main/util/terminal .
macOS 13 version of Virtualization.framework [seems to support UEFI](https://developer.apple.com/documentation/virtualization/running_gui_linux_in_a_virtual_machine_on_a_mac), so we may consider supporting Virtualization.framework in addition to QEMU. - - - **EDIT**: The current discussion has moved to: -...
### Description context: https://github.com/lima-vm/lima/issues/543#issuecomment-1068705257
### Description It might be less frustrating for users if we can make the YAML parser case-insensitive.
https://github.com/lima-vm/lima/blob/ee32d35b22117763fa859e8902bf8607f83f13df/pkg/cidata/cidata.TEMPLATE.d/boot/40-install-containerd.sh#L11-L34 - - - > Idea for optimization: > > ```console > root@lima-default:/mnt/lima-cidata# gunzip -c nerdctl-full.tgz | head -c 512 | tar tv | awk '/ bin\/$/ {print $4}' >...
### Description The output of `nerdctl stats` disappears after a few minutes ### Steps to reproduce the issue 1. `nerdctl run -d alpine sleep infinity` 2. `nerdctl stats` 3. Wait...