• Vendetta9076@sh.itjust.works
    link
    fedilink
    arrow-up
    26
    arrow-down
    2
    ·
    20 hours ago

    First of all: no, and repeating this nonsense over and over doesn’t make it any more true.

    Second of all: I truly will never understand the hatred some people have for docker. If you prefer all bare metal install, then fine. But constantly shouting from the rooftops how useless and bad docker is seems a little silly.

    • lengau@midwest.social
      link
      fedilink
      arrow-up
      1
      ·
      40 minutes ago

      Containers are great, but I find Docker’s way of making container images to be pretty bad, personally. Fortunately you can use other tools to create OCI images and then copy them into Docker, as the runtime is pretty nice for dev machines.

    • Atemu@lemmy.ml
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      edit-2
      9 hours ago

      Great way to show off you haven’t actually read any of the article past its title.

    • Solumbran@lemmy.world
      link
      fedilink
      arrow-up
      11
      arrow-down
      3
      ·
      18 hours ago

      Containers are fine but docker is a pain in the ass that lazy people use when they don’t want to provide clean installation/packaging.

      How many times have I seen an equivalent of “we use a custom fork of an obsolete version of an unmaintained package, so if you want to compile it yourself good luck because we forgot how we even did it. Alternatively, you can install the docker version”…