Portainer is a lightweight management UI that allows you to easily manage your Docker containers, images, networks, and volumes. It provides a nice web interface for managing and deploying docker compose
stacks across multiple hosts, but the free version feels annoyingly limited (it doesn’t support webhooks for updating stacks from git
), so even though I use it, I end up just popping open a terminal to run docker compose
commands directly.