mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
Merge 7d0d69d556 into 7e7aadc207
This commit is contained in:
commit
a26e8bf589
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||
|
||||
[](https://hub.docker.com/r/lazyteam/lazydocker)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue