Although any commercial business will be dead or the new problem to avoid in 15 years.
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?
ebc@lemmy.ca 1 month ago
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.