mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
Add instructions for installing .deb package in README.md
This commit is contained in:
parent
9258b8f0a2
commit
8bd7ee36d6
1 changed files with 9 additions and 0 deletions
|
|
@ -211,6 +211,15 @@ yay -S lazydocker
|
|||
echo "alias lzd='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v /yourpath/config:/.config/jesseduffield/lazydocker lazyteam/lazydocker'" >> ~/.zshrc
|
||||
```
|
||||
|
||||
### `.deb` Package
|
||||
|
||||
You can also install `lazydocker` using a `.deb` package. This allows you to easily add it to any deb-based distribution, including Ubuntu.
|
||||
|
||||
To do that, just download the latest `.deb` package from the releases page and install the package using `dpkg`:
|
||||
|
||||
```sh
|
||||
sudo dpkg -i lazydocker_<version>_amd64.deb
|
||||
```
|
||||
|
||||
|
||||
For development, you can build the image using:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue