From b55dafb4f9253fb30ec9135712bf647ae5b9f9ec Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Wed, 31 Jul 2024 00:35:22 +0200 Subject: [PATCH] Add Flox to installation options --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 29b0a312..a6d21a82 100644 --- a/README.md +++ b/README.md @@ -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)"` 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