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.

  • palitu
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 days ago

    i used dockStarter for a while, but ultimately moved away from it to roll my own docker-compose. This was a few years ago though.

    For me, i always want to make it fit with how i want to run my server, so a lot of the times i wanted to adjust the settings. The other big thing is that I always find services not in the library, so need to learn it anyway.

    There is nothing (i dont think) stopping you from doing both!