With Android 4.4 KitKat, Google is upgrading linux kernel to version 3.8 which is the required kernel version for Docker.
I don't know the AUFS part but will there be a way to run docker containers on android with this update?
全部博文(1159)
分类: 虚拟化
2016-03-07 11:20:17
With Android 4.4 KitKat, Google is upgrading linux kernel to version 3.8 which is the required kernel version for Docker.
I don't know the AUFS part but will there be a way to run docker containers on android with this update?
According to the documentation, the Android kernel is missing quite a few of .
Perhaps in the future with Docker 1.x, it might be possible to write a plugin that uses Android features instead of LXC. But for now, you would need to build a custom Android kernel and then build LXC for it.
There are actually working on that, and Stéphane Graber has a good summary of the difficulties on his blog.