Comment on GitHub - cyberkernelofficial/docker-in-termux: This repository contains instructions on how to install Docker in Termux, without root.
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.)
Appreciate it! Like others I probably won’t use this in practice, but its nice to know how if I wanted to.
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.