This commit is contained in:
Dario Griffo 2026-04-23 01:37:07 +02:00 committed by GitHub
commit 4684158932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,6 +167,28 @@ You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/la
yay -S lazydocker
```
### Debian / Ubuntu
You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) by running:
In debian:
```sh
curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg
echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list
apt install -y lazydocker
```
In Ubuntu
```sh
curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg
echo "deb https://debian.griffo.io/apt bookworm main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list
apt install -y lazydocker
```
Package built at [lazydocker-debian](https://github.com/dariogriffo/lazydocker-debian) maintained by [Dario Griffo](https://github.com/dariogriffo)
### Docker
[![Docker Pulls](https://img.shields.io/docker/pulls/lazyteam/lazydocker.svg)](https://hub.docker.com/r/lazyteam/lazydocker)