Shamu icon indicating copy to clipboard operation
Shamu copied to clipboard

Hi, I've got a question

Open faddat opened this issue 8 years ago • 1 comments

So I'm a containerization enthusiast trying to push compute back to the edges of networks where it belongs. As such, I'm terribly interested in Docker on Android. Since you're kinda the go-to guy for Android kernels, I figured I'd start with you: Who would you go about making that possible? Not asking you to do it for me, just looking for a starting point, because I'm really not sure where to start at all.

Thank you!

-Jake

faddat avatar Mar 09 '16 22:03 faddat

@faddat Hi , I also interested in Docker on Android,Do not ask me why... Docker request some kernel feature cgroup hierarchy : properly mounted CONFIG_PID_NS: enabled CONFIG_IPC_NS: enabled CONFIG_UTS_NS: enabled CONFIG_MACVLAN: enabled CONFIG_VETH: enabled CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled That means you have to modify kernel and recompile to enable those Generally Necessary

Use script to check what you need https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh You real need lots of patient to solve lots of Error during compile....

I tried after The National College Entrance Examination Test (FUCK !! China GAOKAO) Now I successful enable those Generally Necessary I use Debian CHROOT Environment on android to running Docker service https://wiki.debian.org/ChrootOnAndroid

ihexon avatar Jun 11 '16 07:06 ihexon