• 0 Posts
  • 1 Comment
Joined 5 months ago
cake
Cake day: July 18th, 2024

help-circle
  • PhilipTheBucket@ponder.cattoSelfhosted@lemmy.worldMy thoughts on docker
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    3
    ·
    14 days ago

    It’s hard for me to tell if I’m just set in my ways according to the way I used to do it, but I feel exactly the same.

    I think Docker started as “we’re doing things at massive scale, and we need to have a way to spin up new installations automatically and reliably.” That was good.

    It’s now become “if I automate the installation of my software, it doesn’t matter that the whole thing is a teetering mess of dependencies and scripted hacks, because it’ll all be hidden inside the container, and also people with no real understanding can just push the button and deploy it.”

    I forced myself to learn how to use Docker for installing a few things, found it incredibly hard to do anything of consequence to the software inside the container, and for my use case it added extra complexity for no reason, and I mostly abandoned it.