Every tool here is open source; its license guarantees the right to use and redistribute it. This mirror is that promise in practice: each package's newest release that is at least 2 months old, served free forever — no account, no authentication.
Security and patch fixes are published immediately. Want every release within hours of upstream? That's the main repository at deb.griffo.io. 🚀
💬 Questions, issues or anything about this repo? Join our Discord community — the best place to get help and connect with other users.
🐋 Install Latest lazydocker on Ubuntu
The lazier way to manage everything Docker
⏳ Not in the free mirror yet — get it from deb.griffo.io (main)
⏳ lazydocker is not in the free mirror yet. The free mirror currently serves Ghostty and Zed, with more on the way. Get lazydocker from the main repository at deb.griffo.io — every release, within hours of upstream.
lazydocker is a simple terminal UI for both Docker and docker-compose created by Jesse Duffield (same author as lazygit). It provides a unified interface to manage your Docker environment, view logs, monitor metrics, and perform common operations without memorizing complex commands. With over 45k GitHub stars, it's the most popular Docker TUI available.
😤 Docker Pain Points Solved: Tired of juggling multiple terminal windows for different containers? Fed up with memorizing docker commands? Frustrated with tracking container states across services? lazydocker puts everything you need in one intuitive interface.
🚀 Why Staying Current Matters: lazydocker is actively developed with frequent releases containing new Docker features support, performance improvements, and enhanced container management capabilities. The latest versions include better metrics visualization, improved log handling, and enhanced docker-compose integration.
⚡ Key Features of lazydocker
📊 Visual Overview
See the state of your entire Docker environment at a glance. Containers, images, volumes, and networks in one unified view.
📈 Real-time Metrics
ASCII graphs showing CPU, memory, and network usage. Customizable metrics to monitor exactly what you need for your containers.
📝 Log Management
View logs for containers and services with filtering, following, and search capabilities. No more juggling multiple terminal windows.
🔧 Container Operations
Start, stop, restart, remove, and rebuild containers with single keystrokes. Attach to containers for interactive debugging.
🗂️ Image Management
View image layers, ancestry, and disk usage. Prune unused images, containers, and volumes to reclaim disk space.
🐭 Mouse Support
Full mouse support for clicking, scrolling, and selecting. Keyboard shortcuts for power users, mouse for convenience.
🆓 Free forever, patched immediately: Debian and Ubuntu freeze package versions when a release ships; this free mirror instead serves the newest release once it is at least 2 months old, with security fixes published immediately. Want every release within hours instead? That's the main repository at deb.griffo.io.
# Start lazydocker
lazydocker
# Create convenient alias
echo "alias lzd='lazydocker'" >> ~/.bashrc
source ~/.bashrc
# Use the alias
lzd
Essential keybindings:
# Navigation
j/k or ↑/↓ - Move up/down
h/l or ←/→ - Switch between panels
tab - Next panel
# Container operations
r - Restart container
s - Stop container
d - Remove container
e - Exec into container
m - View logs
# System operations
p - Prune unused containers/images
R - Rebuild service (docker-compose)
u - Refresh/update view
Advanced workflows:
# View container stats and metrics
# Navigate to containers panel, select container, view graphs
# Bulk operations
# Select multiple containers and perform operations
# Custom commands
# Configure custom commands in config file
# Log filtering
# Use search functionality in log view
🚀 Why Choose deb-free.griffo.io?
📊 Repository Comparison:
Official Ubuntu: Available but often outdated versions
Manual Installation: Requires Go toolchain or manual binary management
deb.griffo.io (main): Latest version with automatic updates
✅ Latest Docker Support: Get newest Docker and docker-compose feature support
✅ No Manual Compilation: Pre-built binaries, no Go toolchain needed
✅ Automatic Updates: Packages updated once a release is at least 2 months old; security fixes ship immediately
✅ Proper Dependencies: Correctly packaged with Docker integration
✅ Multi-Distribution: Works on Jammy and Noble
✅ Easy Maintenance: Standard apt commands for updates
📦 Package Build Repository
The Ubuntu packages are automatically built and maintained in this GitHub repository:
🎯 Perfect for: DevOps engineers managing Docker environments, developers working with microservices, anyone frustrated with complex Docker commands, and teams needing visual container management.
💝 Support This Project
If this repository saves you time and effort, please consider supporting it!
Is lazydocker in the official Ubuntu repositories?
No — lazydocker is not packaged in the official Ubuntu archives. This free mirror serves the newest lazydocker release that is at least 2 months old; the main repository at deb.griffo.io serves every release within hours of upstream.
How do I install the latest lazydocker on Ubuntu?
Add the deb-free.griffo.io repository once using the instructions above, then run: sudo apt install lazydocker. New releases arrive through the normal sudo apt upgrade.
Are the packages signed and how are they built?
Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.
Which Ubuntu releases are supported?
Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.