This commit is contained in:
Dario Griffo 2026-07-14 18:37:48 +01:00 committed by GitHub
commit a26e8bf589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,6 +167,17 @@ You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/la
yay -S lazydocker
```
### Debian/Ubuntu
You can install lazydocker from the unofficial [deb.griffo.io](https://deb.griffo.io/install-latest-lazydocker-in-debian.html) APT repository, maintained by [dariogriffo](https://github.com/dariogriffo). Packages are built automatically from the official releases:
```sh
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) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update && sudo apt install lazydocker
```
### Docker
[![Docker Pulls](https://img.shields.io/docker/pulls/lazyteam/lazydocker.svg)](https://hub.docker.com/r/lazyteam/lazydocker)