There’s also Yacht.
Comment on "Portainer restructuring and layoffs" (cross-post from another site)
otter@lemmy.ca 4 months ago
I also saw a post about a portainer alternative, anyone know others?
WalnutLum@lemmy.ml 4 months ago
paris@lemmy.blahaj.zone 4 months ago
I started with Yacht and moved to Portainer. Yacht’s ui was just too heavy and unresponsive for me. I got logged out of sessions without it actually telling me almost every time I used Yacht. I would have to log out and in again just to use it (a process that often freezed up as well for reasons I cannot comprehend). I finally had enough and switched to Portainer; not a single complaint since.
ikidd@lemmy.world 4 months ago
Yacht is pretty much unmaintained.
BrianTheeBiscuiteer@lemmy.world 4 months ago
Used it for a bit but I didn’t like how you have to deploy things from templates which are basically compose files that don’t like like compose files.
WalnutLum@lemmy.ml 4 months ago
They’re 1-1 compose files.
The app just saves them as compose files and then runs docker compose in the backend.
it is EXTREMELY barebones
BrianTheeBiscuiteer@lemmy.world 4 months ago
I put the sample template (yacht.sh/docs/Templates/Templates/) into a file named docker-compose.yml and Docker said the syntax was invalid. Are you saying I can give Yacht a compose file and it’s cool with it?
fjordbasa@lemmy.world 4 months ago
The thing about dockge is that it’s easy to go to and from using it. It can scan existing folders for compose files, and because it uses compose files itself, you could just as easily start containers made by dockge without dockge even running.
Of course, this means it lacks some of the fancier features of something like portainer, but I personally enjoy the simplicity
edonkey@feddit.nl 4 months ago
I’ve heard of dockge as a lightweight alternative to portainer.
JASN_DE@lemmy.world 4 months ago
There are some things that are easier to see and check in Portainer, but for pure compose handling (up, down, logs) dockge works really well.
tupcakes@midwest.social 4 months ago
I’ve been using dokemon github.com/productiveops/dokemon
It works well enough.
flappy@lemm.ee 4 months ago
douglasg14b@lemmy.world 4 months ago
Another risk with Monitor, which may get better with time. Is that FOSS rust projects have a tendency to slow down or even stall due to the time cost of writing features, and the very small dev community available to pick up slack when original creators/maintainers drop off, burn out, or get too busy with life.
uninvitedguest@lemmy.ca 4 months ago
I rolled out Dockge the other week, and it’s solid. It can handle environment variables, but lacks other portainer features like controlling networks, volumes, building images, etc.
One big plus is that Dockge works really well with the dockcheck.sh script for updates, where as Portainer breaks that script.