Comment on GitHub - cyberkernelofficial/docker-in-termux: This repository contains instructions on how to install Docker in Termux, without root.
You can run ARM containers on your unused android devices laying around.
With integrated UPS! Just wonder if the performance is worth it.
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.
You got any guides for that?
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.
dockerd.service
(Of course, you’ll need a root shell to use these commands; and you’re pretty much on your own.)
Atherel@lemmy.dbzer0.com 1 week ago
With integrated UPS! Just wonder if the performance is worth it.
somerandomperson@lemmy.dbzer0.com 1 week ago
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.)