18

So I've been working a lot with Docker lately (who isn't) and there was this one service always DIEING on me.
Docker logs showed me that it was killed because the container was unhealthy.
I researched for a whole day and couldn't find it...
After I got home it hit me like a hammer...
The healthcheck uses basic Auth and the password was changed yesterday...

How the fuck could I start to try every shit before I even checked if the request done by the healthcheck is working...

FUCK ME I'M SUCH A MORON SOMETIMES

Comments
  • 7
    "(who isn't)"

    *raises hand*
  • 3
    Docker... A way to run a minimum VM just for one single program without calling it a VM...

    (I'm exaggerating)
  • 0
    Just recently joined this project and yes there is much to improve especially configuration wise. Just have to take it slow at first because there are other more serious problems with this project.
    But I will change a lot later on (in regards to docker)!
  • 1
    @Yamakuzure yeah, that's what Hitler also ranted about with Docker:
    https://youtube.com/watch/...

    (funniest for people who don't understand German)
  • 5
    * backs away slowly *
    Who needs docker when you can run full fledged VMs
  • 2
    @Fast-Nop lost it at "don't cry, you can run bash on Windows 10 now" xD

    This is gold, thanks
  • 0
    Well, I guess Docker has its uses when a chroot isn't enough and a VM is considered to be overkill. 🤔
Add Comment