crunw icon indicating copy to clipboard operation
crunw copied to clipboard

crunw vs crun with-wasmedge ?

Open chairwa opened this issue 3 years ago • 4 comments

Should I use crunw or crun --with-wasmedge?

Can crunw be used on Android?

chairwa avatar May 22 '22 06:05 chairwa

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

juntao avatar May 22 '22 06:05 juntao

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

chairwa avatar May 23 '22 01:05 chairwa

Hi @chairwa, I'm curious could runc be run on Android? Thanks.

alabulei1 avatar May 26 '22 02:05 alabulei1

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.

chairwa avatar May 26 '22 06:05 chairwa