Comment on How to manage docker compose apps?
ook@discuss.tchncs.de 1 day agoWas looking if anyone mentioned it!
I started with portainer but it was way too complex for my small setup. Dockge works super well, starting, stopping, updating containers in a simple web interface.
Just updating Dockge itself from inside Dockge does not seem to work but to be fair I didn’t look into it that much yet.
mbirth@lemmy.ml 1 day ago
Can Dockge manage/cleanup unused images and containers by now? That’s the only reason I keep using Portainer - because it can show all the other stuff and lets me free up space.
wreckedcarzz@lemmy.world 1 day ago
No, not through the dockge UI. You can do it manually with commands (I have a cron task for this) but if you want to visualize things, dockge won’t do that (yet?).