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
      4
      ·
      6 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.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 months ago

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

    • fjordbasa@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      It also works in the “other” direction- if you’re already using compose files, you can point dockge to their existing location (stacks directory) and it will scan and pick them up!

    • Nibodhika@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      That’s the one I use exactly because of that. I know compose, not going to learn another program to do the same, just want something that gives me an easier way to edit them than sshing into my box and using an editor.