this post was submitted on 19 Dec 2024
35 points (85.7% liked)

Selfhosted

40677 readers
327 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
 

Yo,

Wandering what the limit is when it comes to how many containers I can run. Currently I'm running around 15 containers. What happens if this is increased to say, 40? Also, can docker containers go "idle" when not being used - to save system resources?

I'm running a i7-6700k Intel cpu. Doesn't seem to be struggling at all with my current setup at least, maybe only when transcoding for Jellyfin.

you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea 3 points 1 day ago (3 children)

Looks like 9? Here's what I'm currently running:

  • actual budget
  • caddy (for TLS trunking)
  • nextcloud and collabora
  • vaultwarden (currently unused)
  • jellyfin
  • home assistant

The rest are databases and other auxiliary stuff. I'm probably going to work on it some this holiday break, because I'd like to eventually move to microOS, and I still have a few things running outside of containers that I need to clean up (e.g. Samba).

But yeah, like others said, it really doesn't matter. On Linux (assuming you're not using Docker Desktop), a container is just a process. On other systems (e.g. Windows, macOS, or Linux w/ Desktop), they run in a VM, which is a bit heavier and reserves more resources for itself. I could run 1000 containers and it really wouldn't matter, as long as they're pretty light.

[–] [email protected] 1 points 1 day ago (2 children)

Been curious about deploying HA with docker. As I understand the only limitation is you can’t use add-ons?

[–] sugar_in_your_tea 1 points 1 day ago

Yeah, I think so. I'm not interested in addons anyway.

load more comments (1 replies)
load more comments (1 replies)