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