mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
Merge 97b94d7ae6 into 7e7aadc207
This commit is contained in:
commit
c78e888077
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -119,6 +119,25 @@ You can install `lazydocker` using [Chocolatey](https://chocolatey.org/):
|
|||
```sh
|
||||
choco install lazydocker
|
||||
```
|
||||
|
||||
### conda-forge (Linux/MacOS/Windows)
|
||||
|
||||
You can find [lazydocker](https://anaconda.org/conda-forge/lazydocker) in [conda-forge](https://conda-forge.org/) channel.
|
||||
|
||||
The package can be installed using following conda package compatible package managers.
|
||||
|
||||
#### Pixi
|
||||
|
||||
[Pixi](https://prefix.dev) install packages from conda-forge channel(a kind of package repository used in Conda ecosystem) by default but it is capable of global installation.
|
||||
|
||||
Run `pixi global install lazydocker` after installing Pixi.
|
||||
|
||||
#### Conda/Mamba/Micromamba
|
||||
|
||||
- [Conda](https://docs.conda.io/projects/conda/en/stable/): run `conda install -c conda-forge lazydocker` after activating the environment.
|
||||
- [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html): run `mamba install -c conda-forge lazydocker` after activating the environment.
|
||||
- [Micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html): run `micromamba install -c conda-forge lazydocker` after activating the environment.
|
||||
|
||||
### asdf-vm
|
||||
|
||||
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue