• bdonvrA
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Docker containers should be MORE stable, if anything.

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

      and why would that be? More abstraction thrown in for the sake of sysadmin convenience doesn’t magically make things more efficient…

      • bdonvrA
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        Nothing to do with efficiency, more because the containers are come with all dependencies at exactly the right version, tested together, in an environment configured by the container creator. It provides reproducibility. As long as you have the Docker daemon running fine on the host OS, you shouldn’t have any issues running the container. (You’ll still have to configure some things, of course)