📣 Wichtige Aktualisierung — der Zugang ändert sich am 1. Oktober 2026
Ab dem 1. Oktober 2026 um 12 Uhr mittags (UK-Zeit) wird für diesen Spiegel eine Authentifizierung benötigt, damit apt weiterhin funktioniert.
Das Herunterladen der Pakete bleibt kostenlos über die GitHub-Repositories, in denen sie gebaut werden.
Ein Jahresabonnement bietet Ihnen kostenlose sofortige Updates über apt und unterstützt das Projekt direkt. Vielen Dank! 🙏
€15 / $15 / £15 pro Jahr — in US-Dollar, falls Ihre Währung nicht unterstützt wird.
💬 Fragen, Probleme oder sonstiges zu diesem Repository? Tritt unserer Discord-Community bei — der beste Ort für Hilfe und den Austausch mit anderen Nutzern.
☕ Früher über Buy Me a Coffee unterstützt? Das ist wunderbar! Komm auf unseren Discord und wir sorgen für ein kostenloses lebenslanges Abonnement für dich. 💜
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.
🚀 Warum neueste Versionen wichtig sind: 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.
🚀 Immer aktueller als die offiziellen Archive: Debian und Ubuntu frieren Paketversionen mit jedem Release ein — dieses Repository veröffentlicht neue Upstream-Versionen in der Regel innerhalb weniger Stunden. Ein einfaches apt upgrade hält Sie immer auf der neuesten Version.
# 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
🚀 Warum deb.griffo.io wählen?
📊 Repository Comparison:
Official Debian: Available but often outdated versions
Manual Installation: Requires Go toolchain or manual binary management
deb.griffo.io: 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 within hours of upstream releases
✅ Proper Dependencies: Correctly packaged with Docker integration
✅ Multi-Distribution: Works on Bookworm, Trixie, and Sid
✅ Easy Maintenance: Standard apt commands for updates
📦 Paket-Build-Repository
Die Debian-Pakete werden automatisch in diesem GitHub-Repository erstellt und gepflegt:
🎯 Perfekt für: DevOps engineers managing Docker environments, developers working with microservices, anyone frustrated with complex Docker commands, and teams needing visual container management.
📦 Neueste Releases aus diesem Repository
0.25.2 — 2026-07-08
❓ Häufig gestellte Fragen
Ist lazydocker in den offiziellen Debian-Paketquellen?
Nein — lazydocker ist nicht in den offiziellen Debian-Archiven paketiert. Dieses Repository ist derzeit die einzige apt-Quelle und liefert lazydocker 0.25.2.
Wie installiere ich das neueste lazydocker unter Debian?
Fügen Sie das deb.griffo.io-Repository einmalig hinzu (Anleitung oben) und führen Sie dann aus: sudo apt install lazydocker. Neue Releases kommen über das normale sudo apt upgrade.
Sind die Pakete signiert und wie werden sie gebaut?
Jedes Paket ist mit dem GPG-Schlüssel des Repositories (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) signiert und wird aus Upstream-Releases in öffentlichen GitHub-Repositories gebaut, die jeder einsehen kann.
Welche Debian-Versionen werden unterstützt?
Debian 12 Bookworm, Debian 13 Trixie, Forky und Sid.