• TrumpetX@programming.dev
    link
    fedilink
    English
    arrow-up
    9
    ·
    19 hours ago

    I don’t disagree with you, but for a single server hosting multiple projects with differing system dependencies, docker is amazing. I’ve come around to using it for this practical reason.

    Using docker over direct installation always feels like an unnecessary interface layer that just complicates things and introduces points of failure.

    • mrnobody@reddthat.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      15 hours ago

      Docker makes sense for several applications, but there’s no intuition unless you’re good at memorizing commands/command lines. I can’t just open up an installer or fumble through it decently well enough to get up and running.

      While a UI does add overhead, done well it’s not bad. But also, different people learn different styles, and for the extra bit of resources, I’m willing to sacrifice a few MB ram or CPU utilization for less tinker time. However, 20 years ago I didn’t mind spending that time learning stuff like that because I had a lot more time and way less commitments!