Comment on Popular self-hosting services worth running
x00z@lemmy.world 23 hours agoI had that same feeling until I actually learned it.
There’s close to no performance loss, it’s better for security, it makes it extremely easy for developers to ship something that just works, it allows easy updating, and much more.
I prefer docker over almost anything now, and it has made my life much easier.
osanna@lemmy.vg 13 hours ago
my SD card in my ras pi got corrupted recently. Thankfully I had my docker directory backed up. I pulled the docker directory,
docker compose up -dand within about 20 minutes (not including downloading time) I was back up and running. Docker is a godsend.x00z@lemmy.world 9 hours ago
Not sure how your docker directory and services look like but the important thing is that you use remote volumes (or backed up ones) and that you backup your compose file of course. But besides that it’s indeed that easy.