Is it possible to run containers on android devices?

后端 未结 3 1972
醉酒成梦
醉酒成梦 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 14:57

    In 2021, the answer is definitely yes.

    Here is a tutorial on that topic, which shows you how to run docker directly on Android, without VMs nor chroot. Note that you do need to root your phone and build a custom kernel though.

    If you only want a quick look of docker running on android without getting your hands dirty, check out this comment on GitHub.

提交回复
热议问题