Special thanks to:
<img src="https://github.com/warpdotdev/brand-assets/blob/main/Github/Sponsor/Warp-Github-LG-02.png?raw=true" width="400" alt="Warp">
Warp, the intelligent terminal
Available for MacOS and Linux
<sup>Visit warp.dev to learn more.</sup>
<img src="https://github.com/jesseduffield/lazydocker/raw/v0.25.2/assets/tuple.png" width="400" alt="Tuple">
Tuple, the premier screen sharing app for developers on macOS and Windows.
<img src="https://github.com/jesseduffield/lazydocker/raw/v0.25.2/assets/subble-job-ad.jpg" width="400" alt="Subble">

A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.

Maintenance of this project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here. 💙
Minor rant incoming: Something's not working? Maybe a service is down. docker-compose ps. Yep, it's that microservice that's still buggy. No issue, I'll just restart it: docker-compose restart. Okay now let's try again. Oh wait the issue is still there. Hmm. docker-compose ps. Right so the service must have just stopped immediately after starting. I probably would have known that if I was reading the log stream, but there is a lot of clutter in there from other services. I could get the logs for just that one service with docker compose logs --follow myservice but that dies everytime the service dies so I'd need to run that command every time I restart the service. I could alternatively run docker-compose up myservice and in that terminal window if the service is down I could just up it again, but now I've got one service hogging a terminal window even after I no longer care about its logs. I guess when I want to reclaim the terminal realestate I can do ctrl+P,Q, but... wait, that's not working for some reason. Should I use ctrl+C instead? I can't remember if that closes the foreground process or kills the actual service.
What a headache!
Memorising docker commands is hard. Memorising aliases is slightly less hard. Keeping track of your containers across multiple terminal windows is near impossible. What if you had all the information you needed in one terminal window with every common command living one keypress away (and the ability to add custom commands as well). Lazydocker's goal is to make that dream a reality.
$ claude mcp add lazydocker \
-- python -m otcore.mcp_server <graph>