mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Add Flox to installation options
This commit is contained in:
parent
de40167712
commit
b55dafb4f9
1 changed files with 7 additions and 0 deletions
|
|
@ -229,6 +229,13 @@ If you encounter a compatibility issue with Docker bundled binary, try rebuildin
|
||||||
the image with the build argument `--build-arg DOCKER_VERSION="v$(docker -v | cut -d" " -f3 | rev | cut -c 2- | rev)"`
|
the image with the build argument `--build-arg DOCKER_VERSION="v$(docker -v | cut -d" " -f3 | rev | cut -c 2- | rev)"`
|
||||||
so that the bundled docker binary matches your host docker binary version.
|
so that the bundled docker binary matches your host docker binary version.
|
||||||
|
|
||||||
|
### Flox
|
||||||
|
|
||||||
|
You can install `lazydocker` using [Flox](https://flox.dev).
|
||||||
|
|
||||||
|
```sh
|
||||||
|
flox install lazydocker
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue