Just got an email thanking me for being a 5-node/free user, but Portainer isn’t free and I need to stop being a cheap-ass and pay them because blah blah economic times enshittification blah blah blah.
I’ve moved off them a while ago, but figured I’d see if they emailed EVERYONE about this?
A good time to ditch them if you haven’t, I suppose.
This is why I never got into portainer
Why would you bother? Portainer isn’t anything very useful for Docker. Set up your compose files and go to bed.
Lazydocker if you need an SSH TUI.
Got one aswell, i have used their free 5 node business option but since switched over to dockge and I’m happy
Ofc portainer does so much more but I just don’t need it anymore
I recently switched to Dockge and it suites my needs. I like some aspects of Dockge better, but I like the network and image management features of portainer.
portainer sucks anyways. shells dont work really. dockGE is free. https://github.com/louislam/dockge
I’ve never really seen why portainer is used beyond a shiny UI. Docker compose file is enough for me
Terminals are powerful and flexible, but still slower than a dedicated UI to see states at a glance, issue routine commands, or do text editing.
Terminal absolutists are as insufferable as GUI purists. There is a place and time for both.
That’s what aliases / functions in .bashrc (or whatever shell you use) are for. You don’t need to always write the full code.
Beautifully said. I can’t say I’ve come across too many GUI purists, but I’ve definitely been shamed by terminal absolutists who are fine with turning a 1 second process into a 10 second one. There’s a time and place for both.
See also: bass players who use a pick.
Being a terminal purist is wonderful for those of us who live our lives deep in the caverns of Linux, but in actual production use you very often find situations where less technical users have to interact with the systems that we build.
For my work, I need a way for low level tech support and technicians to go in and restart a container from time to time, and these people curl up in a ball and scream if you show them a command prompt. Having a UI removes a lot of friction.