Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hazarth94723yIn my experience docker makes the dev envs much more stable and predictable. It's the literal personification of "it works on my machine"
-
atheist98263yApparently there's a bug in docker whereby if you have a health check, the health check can deadlock, but docker keeps spawning processes to run the health check.
Long story short, 2 of our servers were unresponsive yesterday because there were 65k pending health checks.
That was fun... -
stop68673yWe have an buildprocess running that uses standartised docker containers for rhel. only the bare minimum. It has proven itself over the "i build my software on an rhelX machine and that must be available everywhere".
-
Docker increases stability in my experience, but it's certainly a level of indirection that can make a couple things much harder.
-
stop68673yAn colleague is at an company where docker is literally forbidden. He is frustrated because of this and other things.
Related Rants
So sick of a flimsy/fragile dev environment. Introducing docker at any level just increases risks, I swear.
rant
docker
can't dev
dev environment