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
-
i absolutely hated (and still hate) docker. it took me an entire week to get our app running locally. the obscure errors were countless. granted, we dont have admin rights (which deserves a rant of its own) so any sort of "privileged" configuration required contacting our IT support team 🤦♂️
-
Docker is the iOS of build scripting. Take shell scripts that work fucking fine by themselves and wrap them in candy crap.
-
keeganwitt34yI remember reading some tech journal saying that containers are the new JVM, because, you know, it's such a well defined standard.
-
I feel this. I got in a huge argument with a co-worker because I figured out that the macOS version does some hand wavey magic to make interactions with the host file system easier, which was why it "worked on my machine" but not when deployed. He _would not_ accept that docker worked any differently between host operating systems, even going so far as to claim he'd accomplished exactly what we were struggling with before. I told him to prove it and miraculously I never heard anything about it again.
After three years of using docker, I can safely say "it just works" was a lie.
rant