• nogooduser@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago

    The one thing that was a misstep on my docker journey was that the original tutorials that I followed installed them using the command line. It’s much better to do it using a docker compose file.

    • Fish Id Wardrobe@social.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      @nogooduser Oh yes, I agree. Docker documentation is so random. Once I discovered that later versions of compose could inline the buildfile, I realised that was clearly the way to go. But you have to hunt through the docs to find it.