this post was submitted on 10 Oct 2025
87 points (98.9% liked)

Selfhosted

60911 readers
851 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Has anyone here tried this? I'm planning on giving it a shot this weekend if I get some free time.

you are viewing a single comment's thread
view the rest of the comments
[–] paper_moon@lemmy.world 1 points 9 months ago* (last edited 9 months ago) (1 children)

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

[–] somerandomperson@lemmy.dbzer0.com 6 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] paper_moon@lemmy.world 2 points 9 months ago

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