How did your journey begin? I feel like Docker has been getting mentioned for aeons and I’ve only just started using it now.

  • I knew at first it was good for something, so I installed it. It wasn’t until I worked with my boss on it that I actually grew to understand what it was and how it worked. Now I normally try to containerize apps that I use consistently because I don’t want to download a bunch of dependencies for projects that I build once.

  • @onlinepersona@programming.dev
    link
    fedilink
    English
    4
    edit-2
    5 months ago

    Work. Some dude wanted the same environment locally as when it was deployed. He didn’t achieve his goal (docker was too new, local caches kept breaking everything, IDEs didn’t have docker integration, etc.), but it put me on a path of frustration and finally learning how docker worked internally to fix bugs. At the time, I hated it and just used vagrant, but with time it got better. Now I’m on nix though and docker seems outdated now.

    CC BY-NC-SA 4.0