Comment on If you already know Docker CLI, is there a reason to use Portainer?
catloaf@lemm.ee 2 months ago
It’s a good way to have all the different parts exposed to you. Once you’re familiar, it’s usually easier to write those parts up in a compose file and just run or rerun docker-compose.
yonder@sh.itjust.works 2 months ago
This is exactly what I do. I find Portainer to be nice for getting an overview of my containers that are all created using docker-compose.