this post was submitted on 12 Dec 2024
45 points (81.7% liked)

Selfhosted

40708 readers
476 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
 

Hello! 😀
I want to share my thoughts on docker and maybe discuss about it!
Since some months I started my homelab and as any good "homelabing guy" I absolutely loved using docker. Simple to deploy and everything. Sadly these days my mind is changing... I recently switch to lxc containers to make easier backup and the xperience is pretty great, the only downside is that not every software is available natively outside of docker 🙃
But I switch to have more control too as docker can be difficult to set up some stuff that the devs don't really planned to.
So here's my thoughts and slowly I'm going to leave docker for more old-school way of hosting services. Don't get me wrong docker is awesome in some use cases, the main are that is really portable and simple to deploy no hundreds dependencies, etc. And by this I think I really found how docker could be useful, not for every single homelabing setup, and it's not my case.

Maybe I'm doing something wrong but I let you talk about it in the comments, thx.

(page 2) 31 comments
sorted by: hot top controversial new old
[–] Decq@lemmy.world 2 points 1 week ago (1 children)

I've never really like the convoluted docker tooling. And I've been hit a few times with a docker image uodates just breaking everything (looking at you nginx reverse proxy manager...). Now I've converted everything to nixos services/containers. And i couldn't be happier with the ease of configuration and control. Backup is just.a matter of pushing my flake to github and I'm done.

load more comments (1 replies)
[–] macgyver@federation.red 2 points 1 week ago (3 children)

Docker compose plus using external volume mounts or using the docker volume + tar backup method is superior

load more comments (3 replies)
[–] MNByChoice@midwest.social 2 points 1 week ago

I like reminding people that with every new technology, the old one is still around. The new gets most of the attention, but the old is still kicking. (We still have wire wrapped programs kicking around.)

You are all good. Spend your limited attention on other things.

[–] SanndyTheManndy@lemmy.world 1 points 1 week ago (9 children)

I used docker for my homeserver for several years, but managing everything with a single docker compose file that I edit over SSH became too tiring, so I moved to kubernetes using k3s. Painless setup, and far easier to control and monitor remotely. The learning curve is there, but I already use kubernetes at work. It's way easier to setup routing and storage with k3s than juggling volumes was with docker, for starters.

load more comments (9 replies)
[–] PerogiBoi@lemmy.ca 1 points 1 week ago (7 children)

I don’t like docker. It’s hard to update containers, hard to modify specific settings, hard to configure network settings, just overall for me I’ve had a bad experience. It’s fantastic for quickly spinning things up but for long term usecase and customizing it to work well with all my services, I find it lacking.

I just create Debian containers or VMs for my different services using Proxmox. I have full control over all settings that I didn’t have in docker.

[–] foremanguy92_@lemmy.ml 1 points 1 week ago

the old good way is not that bad

[–] huskypenguin@sh.itjust.works 1 points 1 week ago

Use portainer + watchtower

load more comments (5 replies)
load more comments
view more: ‹ prev next ›