• Michal@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    Docker is more than a cop out for than one use case. It’s a way for quickly deploy an app irrespective of an environment, so you can scale and rebuild quickly. It fixes a problem that used to be solved by VMs, so in that way it’s more efficient.

    • pfm@scribe.disroot.org
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      Well, nope. For example, FreeBSD doesn’t support Docker – I can’t run dockerized software “irrespective of environment”. It has to be run on one of supported platforms, which I don’t use unfortunately.