Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

9 replies

lemmy.dbzer0.com

That's technically awesome, I just lack the imagination for a meaningful usecase.

13
Atherelreply
lemmy.dbzer0.com

With integrated UPS! Just wonder if the performance is worth it.

2
lemmy.dbzer0.com

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.

4
paper_moonreply
lemmy.world

You got any guides for running the ARM docker containers with root? I already got a rooted phone.

1

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.)

CAREFUL: Running Containers in your phone will go through your battery health really quick. As with everything root; you're on your own and do this at your own risk.

7

Appreciate it! Like others I probably won't use this in practice, but its nice to know how if I wanted to.

2

You reached the end

GitHub - cyberkernelofficial/docker-in-termux: This repository contains instructions on how to install Docker in Termux, without root. | Spyke