I'm just now jumping on the docker train (Ubuntu) so I'm sorry for the basic questions, and for posting them here, I'm not sure where else to ask. I started messing with docker yesterday and here's what I've done, and what I'm not sure about.
So far I've installed docker, portainer with a docker run command, Samsung, and Pluto with docker run commands. This works, but the containers won't update themselves like this. This is why I would want to setup a portainer stack with docker compose and use watchtower?
Im still kind of confused with the process with docker compose. The order of operations would be:
Have docker installed and running
Have no active containers running
Install portainer with the above command
Create a portainer stack with the recommended compose for olivetin in the advanced section
Launch olivetin to get the recommended compose for the containers I would like to use
Amend the stacks' docker compose to include more containers (Samsung, Pluto, Plex, stirr, PLM, olivetin, watchtower, maybe more?)
Redeploy the stack
Does this sound about right?