this post was submitted on 02 Aug 2023
1540 points (97.0% liked)

Programmer Humor

19187 readers
1393 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SELECTstarFROMreddit@sh.itjust.works 5 points 1 year ago (6 children)

Honestly, portainer makes my life so easy

[–] SeeJayEmm@lemmy.procrastinati.org 1 points 1 year ago (5 children)

Right? I'm fully capable of using docker compose. But portainer adds an easy and useful admin layer to it.

[–] zikk_transport2@lemmy.world 1 points 1 year ago (4 children)

What specifically does portainer add?

[–] SELECTstarFROMreddit@sh.itjust.works 1 points 1 year ago (1 children)

Pretty buttons and the ability to scroll and see all my configs in one window with a single click

[–] zikk_transport2@lemmy.world 1 points 1 year ago (1 children)

Pretty buttons

Umm okay. Personal preference.

the ability to scroll and see all my configs in one window with a single click

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.

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.

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)