I guess that means it’s dead, as there’s no way a corporation would pay millions to acquire a competitor just to continue developing a free alternative to their own product

  • @LDerJim
    link
    English
    11 year ago

    Part of the problem is you don’t understand how containers work. If you need to do a ‘container wipe’ and starting from scratch, you’re doing it wrong.

    I’ve been running nextcloud in k8s for years and running a few occ upgrade commands after an upgrade is annoying but not the end of the world.

    • @wreckedcarzz
      link
      English
      11 year ago

      Deleting a container and starting again from scratch = wipe

      • @LDerJim
        link
        English
        11 year ago

        Yeah, exactly. If you’re starting over from scratch constantly you’re doing something wrong. Check out https://docs.docker.com/storage/ for a few options on how you should be managing your storage.

        • @wreckedcarzz
          link
          English
          21 year ago

          This is the only container I’ve had anywhere near the amount of trouble with, others it’s just pulling a new image or something. I’ve been doing docker for like 5 years now, NC was just awful. Shouldn’t need to nuke anything while you’re still in the initial service setup phase…