Captain: a Docker menu bar app for Mac

Hi everyone! I built Captain, while trying to scratch my own itch. It’s a small Mac menu bar app that shows the Docker containers running on your machine so you can start/stop them with a simple click. :sparkles:

Please check it out! Let me know what you think :slight_smile: :pray:



Have you thought to open source it? How about Linux support?

Nice app, I really like it. Any walkthrough by anyone on how to change this light background to the dark one?

48

I guess they’re some other ways, but adding background style in gui.css inside the project source did a job for me.

css did not work for me. though, adding transparent: true to the Menubar() call in index.js does he trick

Very cool app. Can’t wait to try it. I wrote something similar but ridiculously over-featured haha