Should I be learning docker compose instead of relying on dockStarter to manage my containers? I got portainer up, should I just use that to manage my stack?

I’m committed this summer to finally learning docker. I’m on day 3 and the last puzzle piece is being able to access qbittorrent locally while running the container through the vpn.

    • perishthethought@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      And it will convert a docker run command to a compare file.

      And it has a beta feature where you can point it at a second server and it will manage that too.

      • TedZanzibar@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        Thirded. It’s helped me a lot with picking up the compose syntax, to the point that I’m now comfortable combining disparate services into their own stacks. And I can spin something up from an example compose in less than a minute.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      It doesn’t seem to have the webhooks functionality that Portainer has though.

    • Adam@doomscroll.n8e.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      4 months ago

      I’ve not used dockge so it may be great but at least for this case portainer puts all the stack (docker-compose) files on disk. It’s very easy to grab them if the app is unavailable.

      I use a single Portainer service to manage 5 servers, 3 local and 2 VPS. I didn’t have to relearn anything beyond my management tool of choice (compose, swarm, k8s etc)