๐Ÿ“ฃ Important update โ€” access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
Downloading packages stays free from the GitHub repositories where they are built.
A yearly subscription gets you free immediate updates through apt and directly supports keeping this project alive. Thank you! ๐Ÿ™

๐Ÿ”‘ Get Your Yearly Subscription

โ‚ฌ15 / $15 / ยฃ15 per year โ€” US dollars if your currency isn't supported.

๐Ÿ’ฌ Questions, issues or anything about this repo? Join our Discord community โ€” the best place to get help and connect with other users.
โ˜• Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. ๐Ÿ’œ

๐Ÿ‹ Install Latest lazydocker on Ubuntu

The lazier way to manage everything Docker

Latest version: 0.25.2 ยท updated 2026-07-17
SourceVersion
deb.griffo.io0.25.2 โœ…
Official Ubuntu๐Ÿšซ not packaged
โ† Back to home

What is lazydocker?

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 Latest Versions Matter: 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.

๐Ÿš€ Always ahead of the official archives: Debian and Ubuntu freeze package versions when a release ships โ€” this repository publishes new upstream releases typically within hours. A simple apt upgrade keeps you on the latest version.

๐Ÿ“ฆ Installation from deb.griffo.io

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null apt update

Step 2: Install lazydocker

# Install latest lazydocker sudo apt install lazydocker # Verify installation lazydocker --version
# Install latest lazydocker apt install lazydocker # Verify installation lazydocker --version

๐ŸŽฏ Basic Usage Examples

Launch lazydocker:

# 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.griffo.io?

๐Ÿ“Š Repository Comparison:
  • Official Ubuntu: Available but often outdated versions
  • Manual Installation: Requires Go toolchain or manual binary management
  • deb.griffo.io: Latest version with automatic updates

๐Ÿ“ฆ Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

๐Ÿ”— Related Packages

Also available from deb.griffo.io:

๐ŸŽฏ 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!

โญ Star on GitHub ๐Ÿฆ Share on Twitter

๐Ÿ“ฆ Recent releases from this repository

โ“ Frequently asked questions

Is lazydocker in the official Ubuntu repositories?

No โ€” lazydocker is not packaged in the official Ubuntu archives. This repository is currently the only apt source, serving lazydocker 0.25.2.

How do I install the latest lazydocker on Ubuntu?

Add the deb.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.