A simple terminal UI for docker and docker-compose. Manage containers, images and volumes visually.
Lazydocker is a simple terminal user interface for managing both Docker and docker-compose environments, written in Go using the gocui library. It provides an intuitive, interactive way to monitor and manage Docker containers, images, volumes, and networks without having to remember complex command-line arguments.
The tool offers a clean, organized interface that displays all your Docker resources in a single view, making it easy to start, stop, inspect, and manage containers. You can view logs, monitor resource usage, and perform common Docker operations through keyboard shortcuts and menu navigation. This makes Docker management much more accessible, especially for developers who prefer visual interfaces over command-line tools.
Lazydocker is particularly valuable for developers working with containerized applications who want to streamline their Docker workflow. Whether you're debugging containers, monitoring application logs, or simply need a better overview of your Docker environment, lazydocker provides the essential functionality in a user-friendly terminal interface that works across different operating systems.
# via Homebrew
brew install lazydocker
