Nope, because it emulates a x86_64 CPU.
But if you root, you can install docker to android, WITHOUT emulation; so it’s way better.
Nope, because it emulates a x86_64 CPU.
But if you root, you can install docker to android, WITHOUT emulation; so it’s way better.
paper_moon@lemmy.world 1 week ago
You got any guides for that?
somerandomperson@lemmy.dbzer0.com 1 week ago
You need to patch the kernel for docker, make sure you use Magisk or KernelSU (KSU N may be supported, but likely no) and install this magisk module.
The daemon is managed by the
dockerd.service
command, and the main command docker is well…normal docker.(Of course, you’ll need a root shell to use these commands; and you’re pretty much on your own.)
paper_moon@lemmy.world 1 week ago
Appreciate it! Like others I probably won’t use this in practice, but its nice to know how if I wanted to.