this post was submitted on 02 Aug 2023
1540 points (97.0% liked)
Programmer Humor
19463 readers
22 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Honestly, portainer makes my life so easy
Right? I'm fully capable of using docker compose. But portainer adds an easy and useful admin layer to it.
What specifically does portainer add?
Pretty buttons and the ability to scroll and see all my configs in one window with a single click
Umm okay. Personal preference.
Isn't scrolling a single
docker-compose.yml
easier to see everything? I mean, if you want to change anything - you just edit and re-run command.Personal preference. I prefer a gui for some things. I also prefer to not put all my containers in one monolithic config. It can also automate using configs in GitHub which is nice.
It also provides a nice dashboard of container health across multiple hosts and makes it easy to manage those hosts from a "single pane of glass".
But, personal preference.
I ran a kvm host manually for years. Years. I recently started over with proxmox because it could be exhausting and this is easier.
Click something and you're there (e.g. viewing logs of a container). You don't have to remember
docker
commands to do simple and quick operations.