WhiteOakBayou@lemmy.world to Selfhosted@lemmy.worldEnglish · 4 days agoGitHub - cyberkernelofficial/docker-in-termux: This repository contains instructions on how to install Docker in Termux, without root.github.comexternal-linkmessage-square9fedilinkarrow-up187arrow-down11file-text
arrow-up186arrow-down1external-linkGitHub - cyberkernelofficial/docker-in-termux: This repository contains instructions on how to install Docker in Termux, without root.github.comWhiteOakBayou@lemmy.world to Selfhosted@lemmy.worldEnglish · 4 days agomessage-square9fedilinkfile-text
minus-squareAtherel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up11·4 days agoThat’s technically awesome, I just lack the imagination for a meaningful usecase.
minus-squaresomerandomperson@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·4 days agoYou can run ARM containers on your unused android devices laying around.
minus-squareAtherel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·4 days agoWith integrated UPS! Just wonder if the performance is worth it.
minus-squaresomerandomperson@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·4 days agoNope, because it emulates a x86_64 CPU. But if you root, you can install docker to android, WITHOUT emulation; so it’s way better.
minus-squarepaper_moon@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-24 days agoYou got any guides for running the ARM docker containers with root? I already got a rooted phone.
minus-squaresomerandomperson@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up7·4 days agoYou 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.)
minus-squarepaper_moon@lemmy.worldlinkfedilinkEnglisharrow-up2·4 days agoAppreciate it! Like others I probably won’t use this in practice, but its nice to know how if I wanted to.
That’s technically awesome, I just lack the imagination for a meaningful usecase.
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 running the ARM docker containers with root? I already got a rooted phone.
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.)
Appreciate it! Like others I probably won’t use this in practice, but its nice to know how if I wanted to.