this post was submitted on 29 Jan 2026
118 points (98.4% liked)

Selfhosted

56958 readers
2250 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

There is a post about getting overwhelmed by 15 containers and people not wanting to turn the post into a container measuring contest.

But now I am curious, what are your counts? I would guess those of you running k*s would win out by pod scaling

docker ps | wc -l

For those wanting a quick count.

(page 3) 50 comments
sorted by: hot top controversial new old
[–] keyez@lemmy.world 2 points 2 months ago

Right now I'm at 33 with 3 stopped I haven't used in a while. Also got 3 VMs running. A handful are duplicates eg redis/postgresql/photon/caddy

[–] jjlinux@lemmy.zip 2 points 2 months ago

37 between ProxMox and CasaOS.

[–] KevinNoodle@lemmy.world 2 points 2 months ago

41 containers running on Rocky Linux over here

[–] mikedd@lemmy.world 2 points 2 months ago

Portainer says 14 (including itself) 😅

[–] tomjuggler@lemmy.world 2 points 2 months ago

3 that I'm actually using, on my "Home Server" (Raspberry Pi).

One day I will be migrating the work stuff on VPS over to Docker, and then we'll see who has the most!

[–] dieTasse@feddit.org 2 points 2 months ago

I have about 15 trueNAS apps only 2 of them are custom (endurain and molly socket). They are containers but very low effort handled mostly by the system. I also have 3 LXC. And 2 VMs (home assistant and openWRT). I spend only few minutes a week on maintenance. And then I tinker for several hours a week, testing new apps or enhancing current ones configs.

[–] Itdidnttrickledown@lemmy.world 2 points 2 months ago (1 children)

None. I run my services they way they are meant to be run. There is no point in containers for a small setup. Its kinda lazy and you miss out on how to install them.

[–] SpatchyIsOnline@lemmy.world 1 points 2 months ago (1 children)

Small setups can very easily turn into large setups without you noticing.

The only bare-metal setup I'd trust to be scaleable is Nix flakes (which I'm actually very interested in migrating to at some point)

[–] Itdidnttrickledown@lemmy.world -1 points 2 months ago (1 children)

I've never even heard of NIX flakes before today. It looks like another soluion in search of a problem. I trust debian and I trust bare metal more than any container setup. I run multiple services on one machine. I currently have two machines to run all my services. No problems and no downtime other than a weekly update and reload. All crontabed, all automatic.

At work I have multiple services all running in KVM including some windows domain controllers. Also no problem and weekly full backups are a worry free. Only requiring me to checks them for consistency.

In short as much as people try to push containers they are only useful if you are dealing with more than few services. No home setup should be that large unless someong is hosting for others.

[–] SpatchyIsOnline@lemmy.world 1 points 2 months ago (1 children)

I disagree that Nix is a solution in search of a problem, in fact it solves arguably the two biggest problems in software deployment: dependency hell and reproducibility (i.e. the "It works on my machine" problem)

Every package gets access to the exact version of all the dependencies it needs (without needless replication like Flatpaks would have) and sharing a flake to another machine means you can replicate that exact setup and guarantee it will be exactly the same

Containers try to solve the same problems, and succeed to a somewhat decent extent, although with some overhead of course.

I'm not trying to criticize you or your setup at all, if Debian alone works for you, that's fine. The beauty of open source and self hosting is that we can use whatever tools we want, however we want. I do though think it's good practice to be aware of what alternatives are out there should our needs change, or should our tools change to no longer align with our needs.

[–] Itdidnttrickledown@lemmy.world 0 points 2 months ago

All containers do that. Its nothing new just another implementation of the idea with its own idea about what is best. It only saves resources in the form of time if its a large scale operation and finally its just the last in a long line of similar solutions.

[–] ndupont@lemmy.blahaj.zone 2 points 2 months ago

13 in a docker LXC, most of my stuff runs on 13 other dedicated LXCs

[–] antlion@lemmy.dbzer0.com 1 points 2 months ago
[–] dai@lemmy.world 1 points 2 months ago (1 children)

Running 50 on one machine, four on my fileserver and another on a hacked up hp eliteone (no screen) which runs my 3d printer. Believe my immich container is a nspawn under nixos too. 

Some are a wip but the majority are in use. Mostly internal services with a couple internet facing, I've got a good backlog of work to do on some with some refactoring my nixos configs for many too 😅. 

From my Erying ES system: 

[–] irmadlad@lemmy.world 1 points 2 months ago (1 children)

Assuming Cloudflare Tunnels/Zero Trust, how does that run in a container. I was vacillating between installing traditionally, or Docker and decided on the former. So I've always been curious as to how it performed.

[–] dai@lemmy.world 2 points 2 months ago (1 children)

My services are quite small (static website, forgejo and a couple more services) but see no performance issues.

[–] irmadlad@lemmy.world 1 points 2 months ago
load more comments
view more: ‹ prev next ›