Damus
0xtr profile picture
0xtr
@0xtr
Question for #selfhosters, which one do you generally prefer and why?

A) Containerize the service with e.g. Docker
B) Run the service directly on the host machine
16❤️1🤙2
Halfway2ForeveR · 155w
All I'm saying is Direct-to-Video movies were always the best.
neo · 155w
B. Imho docker is a trap. It makes you think it simplifies things because the initial install is quick. But everything that comes next is unnecessarily complex.
Petr · 155w
It depends on your context and project complexity...
Petr · 155w
If you can I would consider solution serverless compute and if that does not work for you then probably managed host that hosts container/microservice.
OpenSourceOptimist · 155w
I prefer using containers and docker-compose to configure it all. Dockerfiles and docker-compose.yml force me to document what I had to do to get something working.
btcschellingpt · 155w
Going down the container route offers the ability to subsequently move the service around into different infrastructure .. especially attractive if you’re running virtualisation fabric like Proxmox
siim · 155w
Containers for sure. I have limited server compute (read: one old laptop in a closet) at home and no time to think about how this or that might be affecting other stuff I run on the machine.
Haths Hayward · 155w
Containers 💯
cloud fodder · 155w
Systemd init scripts and timers ftw. Because I know docker incurs overhead on networking and disk, so I like running lean and clean.