What problem does Docker solve which is fundamental? None. Zero. Zilch. I've used it two times and except burning dev time with its random BS has no benefit whatsoever. I guess if you run a 200K line app and working with 20 devs will make things slightly easier?
On M1 launching the docker containers lagged the entire system.
Trying to mount a volume caused issues. (known issue)
The official web app advertisies it as multiplatform which it's not.
Anything more complex than hello world become a nightmare on Docker.
PM2 as process manager and simple bash scripts demolish Docker which sounds too good in theory but is half-baked in practice.
https://sandeepbansod.medium.com/why-your-docker-container-i...
reply