skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
702 stars 52 forks source link

crun: use instead of runc for lower memory overhead #185

Closed paralin closed 1 year ago

paralin commented 2 years ago

crun is a much lighter weight version of runc written in C instead of Go.

Switch to using crun instead of runc for containerd & docker.

paralin commented 2 years ago

Hey @tianyuanhao I'll try it out tonight, thanks for the reminder!

paralin commented 1 year ago

@tianyuanhao is it possible to add a config file for containerd to change it to use CRUN, as opposed to the symlink? I'll add my reviewed-by to the patch in the mailing list but they might not like the symlink approach

paralin commented 1 year ago

@tianyuanhao I submitted my reviewed-by on the mailing list and have merged your commit into the skiffos tree.

I'll try now to switch runc for crun on all skiffos default configs. Thanks!

paralin commented 1 year ago

This is now integrated.