this post was submitted on 12 Dec 2024
60 points (100.0% liked)

Selfhosted

44954 readers
404 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
60
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

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) 28 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 3 months ago (1 children)

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

[โ€“] [email protected] 1 points 3 months ago (1 children)

Can be but I'm not enough free, and this way I run lxc containers directly onto proxmox

[โ€“] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

Youโ€™re basically adding a ton of overhead to your services for no reason though

Realistically you should be doing docker inside LXC for a best of both worlds approach

[โ€“] [email protected] 1 points 3 months ago

I accept the way of doing, docker or lxc but docker in a lxc is not suitable for me, I already tried it and I've got terrible performance

[โ€“] [email protected] 1 points 3 months ago (7 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 (7 replies)
load more comments
view more: โ€น prev next โ€บ