Hacker News new | ask | show | jobs
Show HN: GoManageDocker – TUI tool to manage your Docker objects (github.com)
6 points by ajay_san 696 days ago
Do you hate using docker-cli but do not want to use bloaty docker Desktop as well? Do you like using VIM? Say no more, this tool is for you.
1 comments

Let me know if you guys have any questions!
Nice to see projects using charmbracelet packages. My first attempt at using them was Gollama - https://github.com/sammcj/gollama “Go manage your Ollama models”
yes! bubble tea has been a pleasure to work with so far.

Also, that tool looks clean. ML is not my thing, is there a daemon that you are polling to get info on installed models?

It interfaces with a running ollama server using its API, that part I found easy actually, I’m not really a dev so cobbling together the TUI components in golang has been quite a good challenge.
that's fair. Getting started with bubble tea took me a while too. If you are not a dev, I'm thinking you are more of a machine learning engineer.
Platform engineer / Lead actually! Have written plenty of filthy scripts in my time ;)