• @u_tamtam
      link
      English
      16 months ago

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

      • @[email protected]
        link
        fedilink
        English
        26 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)