3

So sick of a flimsy/fragile dev environment. Introducing docker at any level just increases risks, I swear.

Comments
  • 8
    In my experience docker makes the dev envs much more stable and predictable. It's the literal personification of "it works on my machine"
  • 0
    We 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".
  • 1
    Docker increases stability in my experience, but it's certainly a level of indirection that can make a couple things much harder.
  • 0
    An colleague is at an company where docker is literally forbidden. He is frustrated because of this and other things.
Add Comment