Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #582

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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/):
Expand Down