Is it possible to run containers on android devices?

后端 未结 3 2006
醉酒成梦
醉酒成梦 2021-02-07 14:17

I’m a mobile developer and recently adept at using containers with docker. I’m developing a container architecture for my graduate project. One of the modules of this architectu

3条回答
  •  轮回少年
    2021-02-07 15:15

    It is possible to use it for running docker on an android device using an application like termux or userland to install a qemu package.

    The best way is to use alpine linux terminal, an android app available on github.

    This alpine term app has a QEMU to run like alpine ISO. All things are automated and this works with x86_64 kernel on any android.

    Some android phones have a KVM kernel so this device can run faster alpine term

    Also my friends made a video on a YouTube channel to run docker on any android phone without root.

提交回复
热议问题