You probably mean "you need docker to self host it".
The only way to guarantee consistent behavior of software across different devices is if they all share the same base environment. If this can be achieved by any other means great.
It is one of the solutions to "it works on my computer problem". Most home server solutions (start9,umbrel etc) are built around this.
Doesn't matter if it is well designed if it can only run on the Creator's system.
Login to reply
Replies (1)
I see the point you're making, but I'd argue it's pretty BS irl. I build pretty large polyglot (C, C++, C#, TS) server applications that are designed to be deployed on bare metal with minimal setup. The complexity is not there, and even C applications, which generally don't have build tools or package managers like most other languages, still isn't all that complex to deploy IMO.