this post was submitted on 24 Sep 2025
150 points (95.7% liked)

Selfhosted

51810 readers
704 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Curious to know what the experiences are for those who are sticking to bare metal. Would like to better understand what keeps such admins from migrating to containers, Docker, Podman, Virtual Machines, etc. What keeps you on bare metal in 2025?

you are viewing a single comment's thread
view the rest of the comments
[–] laserjet@lemmy.dbzer0.com 17 points 4 days ago (1 children)

Every time I have tried it just introduces a layer of complexity I can't tolerate. I have struggled to learn everything required to run a simple Debian server. I don't care what anyone says, docker is not simpler or easier. Maybe it is when everything runs perfectly but they never do so you have to consider the eventual difficulty of troubleshooting. And that would be made all the more cumbersome if I do not yet understand the fundamentals of Linux system.

However I do keep a list of packages I want to use that are docker-only. So if one day I feel up to it I'll be ready to go.

[–] kiol@lemmy.world 6 points 4 days ago (1 children)

Did you try compose scripts as opposed to docker run

[–] laserjet@lemmy.dbzer0.com 5 points 3 days ago

I don't know. both? probably? I tried a couple of things here and there. it was plain that bringing in docker would add a layer of obfuscation to my system that I am not equipped to deal with. So I rinsed it from my mind.

If you think it's likely that I followed some "how to get started with docker" tutorial that had completely wrong information in it, that just demonstrates the point I am making.