this post was submitted on 09 Sep 2024
122 points (93.6% liked)
Selfhosted
60366 readers
601 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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
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
If I don't have to fail to understand another "Docker's not that bad | complete beginners' tutorial" video, I'd sign up.
Although any commercial business will be dead or the new problem to avoid in 15 years.
Docker's secret that most "getting started" tutorials seem to miss is docker-compose.yml. Who wants to type these long-ass commands to start containers? I always just create a compose file, and then
docker compose up -d.Dockerfile is for developers, you shouldn't need more than a docker-compose.yml for self-hosting stuff.
This sounds like an interesting point, could you expand it a bit? Are you saying that there's no way this kind of business will last that long, or if it does it'll become something bad?
Do you still need help with docker?