Replies: 2 comments 19 replies
-
You can use any image on the VM, the libc is included in the container. Performance issues with it (the VM), would be in the kernel (that is shared) - and of course in the hypervisor. The libc on the VM only affects the apps on the VM, in this case that is not python. |
Beta Was this translation helpful? Give feedback.
-
Maintaining a special optimized Ubuntu cloud image for Lima could be a good idea, but it also needs to be maintained properly. It would be cool if any OS vendor did a special "spin" for it, but that can be done with a custom yaml? Or we could make our own OS. But the Debian cloud images (qcow2) are smaller |
Beta Was this translation helpful? Give feedback.
-
Since ssd space is often an issue on macs but Alpine uses a different c library, which can result in poor perforce when running a python app (https://pythonspeed.com/articles/alpine-docker-python/), I would recommend supporting debian-slim as alternative. With debian-slim the footprint is ca. 82 MiB, which is larger than Alpine but still okay. Maybe Ubuntu minimal is another option here.
Beta Was this translation helpful? Give feedback.
All reactions