Comment on If you already know Docker CLI, is there a reason to use Portainer?
earth_walker@lemmy.world 2 months ago
Like many GUIs it makes it so you don’t have to remember and type a bunch of commands to carry out basic tasks. I especially find it convenient for checking logs. But no unique functionality compared to CLI. So it’s a matter of preference.
interurbain1er@sh.itjust.works 2 months ago
But that’s also why you don’t know the commands in the first place, if you used them you would remember them. It’s self sustaining ignorance ;)
Ps: I kid, there a lot of stuff I don’t care to remember the cli for and I happily use GUI.
PPS:
dockers logs -f container_name
;)SeeJayEmm@lemmy.procrastinati.org 2 months ago
The constant argument in this space that you must know the arcane workings of everything you use, is exhausting.
Dark_Arc@social.packetloss.gg 2 months ago
This is why you use fish shell and just type something vaguely similar to what you remember and hit the up arrow key.