• u_tamtam@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months ago

    Take that as you want but a vast majority of the complaints I hear about nextcloud are from people running it through docker.

      • u_tamtam@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        9 months ago

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

        • bdonvr@thelemmy.club
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 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)