• 0x0
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    3 days ago

    due to deployment hell you end up using docker

    Maybe tackle that deployment hell instead of band-aiding it with docker?

    • FizzyOrange
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      3 days ago

      He is. By using statically linked binaries.

      Technically this is conflating two things: bundling dependencies and static/dynamic linking. But since you have to bundle your dependencies to use static linking, and there’s little point dynamic linking if you bundle your dependencies… most of the time they are synonymous.

      Exceptions are things like plugins, but that’s pretty rare.