54
koes
3y

After three years of using docker, I can safely say "it just works" was a lie.

Comments
  • 4
    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 🤦‍♂️
  • 3
    Docker is the iOS of build scripting. Take shell scripts that work fucking fine by themselves and wrap them in candy crap.
  • 2
    It took you that long?!
  • 0
    I remember reading some tech journal saying that containers are the new JVM, because, you know, it's such a well defined standard.
  • 1
    This what happens when you learn form MOOC's 😉
  • 1
    Docker with SMB: shit
    Docker with WSL2: shit
    Docker with linux: good
  • 1
    I'm using docker for 3 years now with Linux. never had any big issues.
  • 0
    Docker surely takes some CPU for running. But a week ? Its a bit long bro.
  • 0
    I guess you use Windows?
  • 0
    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.
Add Comment