this post was submitted on 24 Nov 2023
134 points (97.9% liked)
Selfhosted
60074 readers
1024 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Deleting a container and starting again from scratch = wipe
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.
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...