Remix.run Logo
Gabrys1 8 hours ago

I tried using this to handle my 10-ish Docker containers, but I ended up using Portainer. Sure, not the same thing, but if someone (like me) thought Cockpit might be nice for managing a small Docker host, this didn't work for me

9dev 8 hours ago | parent | next [-]

Going for a shameless plug - I am working on an observability dashboard for Docker Swarm: https://github.com/Radiergummi/cetacean

Also works for a single node cluster. Maybe that’s closer to what you’re looking for.

KronisLV 7 hours ago | parent | next [-]

Hey that’s pretty cool, nice to see someone paying attention to Docker Swarm (it’s nice for simple deployments, like multi-server Compose). You might want to add some screenshots to the docs though.

There was also Swarmpit but it didn’t really get that much love, sadly: https://github.com/swarmpit/swarmpit/issues/719

Portainer is pretty nice feature wise but even with lowered MTU I still get odd networking related issues (seems like the agent or whatever cannot reach the manager sometimes) but I’ve had those sorts of issues across multiple different clusters, both in cloud and on-prem with single leader setups and across both RPM and DEB only clusters. Weird stuff, otherwise perhaps the most established solution for Docker Swarm.

coreylane an hour ago | parent | prev | next [-]

Thanks for this, going to check it out now

mrlinx 6 hours ago | parent | prev [-]

can you please add some screenshots?

babaganoosh89 7 hours ago | parent | prev | next [-]

What you're looking for is Dokploy. It's much better than it's predecessors like Dokku, CapRover, etc.

xp84 6 hours ago | parent [-]

I was heavily impressed with CapRover 5 years ago, so if you’re right, it’s worth checking this out.

rao-v 6 hours ago | parent | prev | next [-]

I ended up on this journey using Dockge. Inoffensive and you can stick your compose files in a directory and manage with git vs. Portainer’s attempt to hide them.

cromka 6 hours ago | parent | prev [-]

Portainer still needs to be run as rootful container? Then thanks, but no thanks.