mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
docs: install lazydocker on Ubuntu
This commit is contained in:
parent
bedde4a037
commit
c9c885ea85
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -155,6 +155,21 @@ You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/la
|
||||||
yay -S lazydocker
|
yay -S lazydocker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Ubuntu
|
||||||
|
|
||||||
|
```sh
|
||||||
|
LAZYDOCKER_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazydocker/releases/latest" | \grep -Po '"tag_name": *"v\K[^"]*')
|
||||||
|
curl -Lo lazydocker.tar.gz "https://github.com/jesseduffield/lazydocker/releases/download/v${LAZYDOCKER_VERSION}/lazydocker_${LAZYDOCKER_VERSION}_Linux_x86_64.tar.gz"
|
||||||
|
tar xf lazydocker.tar.gz lazydocker
|
||||||
|
sudo install lazydocker -D -t /usr/local/bin/
|
||||||
|
```
|
||||||
|
|
||||||
|
Verify the correct installation of lazydocker:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
lazydocker --version
|
||||||
|
```
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
[](https://hub.docker.com/r/lazyteam/lazydocker)
|
[](https://hub.docker.com/r/lazyteam/lazydocker)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue