Add Flox to installation options

This commit is contained in:
Bryan Honof 2024-07-31 00:35:22 +02:00
parent de40167712
commit b55dafb4f9

View file

@ -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