Elektrine lite

← Feed

@tylxr@mstdn.social

Post #1458547

2026-02-15 15:46 UTC

@chad I can't speak directly to running a Mastodon as a container but I use Docker extensively in my homelab for everything else. Generally speaking, there is a small amount of overhead that's added on vs running it natively, but its negligible. Updates are way easier since you're just updating the Docker image. Backups are easier since you only need to backup whatever files you you mount to the container (plus the database you tie to it). 1/2

Replies (1)

  • @tylxr@mstdn.social 2026-02-15 15:50

    @chad The only real downsides I've experienced with Docker (and this could be a skill issue) is that sometimes an app will misbehave and dump logs into your Docker image and it can be a pain to figure out what's going on. And depending on how stripped down the Linux distro that the image ships with is, you might not have all the tools you'd like/expect to have in the shell for the image. Overall though, the trade off it worth it. IMHO

    Open ##1458548