3
lyntier
1d

just spent a good three days of my week off trying to figure out how to containerize a couple of services. nothing crazy, two frontends communicating with the same backend and then having it all be handled via a nginx reverse proxy.

i cannot overstate how much i do not like docker at this moment in time. it seems like every time i run into a solved issue for any underlying technology, docker *requires* you to figure out some workaround to do it differently. obviously my use case isn't exactly the docker use case (i am NEVER going to redeploy these services anywhere else and i will only ever develop locally and run remotely) but i cannot imagine myself keeping sane trying to configure this for anything larger. things just don't make sense in my brain here.

Comments
  • -1
    we don't really have to use docker but if your company is paying for it then yeah

    I like docker
Add Comment