this post was submitted on 28 Apr 2025
34 points (94.7% liked)

Selfhosted

59940 readers
504 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
34
What is Docker? (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by Jofus@lemmy.world to c/selfhosted@lemmy.world
 

Hi! Im new to self hosting. Currently i am running a Jellyfin server on an old laptop. I am very curious to host other things in the future like immich or other services. I see a lot of mention of a program called docker.

search this on The internet I am still Not very clear what it does.

Could someone explain this to me like im stupid? What does it do and why would I need it?

Also what are other services that might be interesting to self host in The future?

Many thanks!

EDIT: Wow! thanks for all the detailed and super quick replies! I've been reading all the comments here and am concluding that (even though I am currently running only one service) it might be interesting to start using Docker to run all (future) services seperately on the server!

you are viewing a single comment's thread
view the rest of the comments
[–] AtariDump@lemmy.world 1 points 1 year ago (2 children)

Interesting idea (snap over docker).

I wonder, does using snap still give you the benefit of not having to maintain specific versions of 3rd party software?

[–] couch1potato@lemmy.dbzer0.com 2 points 1 year ago

I don't know too much about snap (I literally haven't had to touch my immich setup) but as far as I remember when I set it up that was snap's whole thing - it maintains and updates itself with minimal administrative oversight.

[–] Colloidal@programming.dev 2 points 1 year ago (1 children)

Snap is like Flatpak. So it will store and maintain as many versions of dependencies as your applications need. So it gives you that benefit by automating the work for you. The multiple versions still exist if your apps depend in different versions.

[–] AtariDump@lemmy.world 2 points 1 year ago (1 children)

Thanks.

Now to see if there’s a flatpack because fuck snap.

[–] zer0squar3d@lemmy.dbzer0.com 0 points 1 year ago (1 children)
[–] AtariDump@lemmy.world 3 points 1 year ago

No, but to be fair it’s because I haven’t started looking at all.