crunw vs crun with-wasmedge ?
Should I use crunw or crun --with-wasmedge?
Can crunw be used on Android?
Use crun please.
https://wasmedge.org/book/en/kubernetes/container/crun.html
Then
https://wasmedge.org/book/en/kubernetes/cri.html
We can make it run on Android. Have you looked into OpenYurt or SuperEdge?
https://wasmedge.org/book/en/kubernetes/kubernetes/openyurt.html
https://wasmedge.org/book/en/kubernetes/kubernetes/superedge.html
Thanks for you reply.
We can make it run on Android. Have you looked into OpenYurt or SuperEdge?
Do you mean "crun run on Android"? Would you be kind to provide details about this?
I have tried KubeEdge (similar to OpenYurt) on Android, but failed. The key point is we have no static build crun with wasmedge support.
You can refer the following issue: https://github.com/containers/crun/issues/922
Hi @chairwa, I'm curious could runc be run on Android? Thanks.
As you can see, docker release include static runc binary; and it can run on Android. https://download.docker.com/linux/static/stable/aarch64/docker-20.10.16.tgz
Certainly, we have to root and rebuild Android SBC kernel to support container.