Lazydocker: a lazier way to manage everything Docker

Lazydocker is a simple terminal UI for Docker and Docker Compose, written in Go with the gocui library. The author addresses the common frustrations that arise when working with Docker, such as restarting buggy microservices and managing cluttered log streams. Lazydocker aims to make the process easier by providing all the necessary information in one terminal window, with common commands accessible through keypresses. The content also includes installation instructions and requirements for using Lazydocker. The author mentions alternative tools, such as docui and Portainer, that serve similar purposes.

https://github.com/jesseduffield/lazydocker

To top