Quentin McGaw
Quentin McGaw
@muayyad-alsadi is this solved now? Why are both pull requests from @thill and @DanBmh closed without explanation?
TLDR: pull the latest image and check if it reports as unhealthy still? The [Gluetun Docker healthcheck](https://github.com/qdm12/gluetun/blob/6042a9e3c24d21ef900d15a880c382884f342613/Dockerfile#L215) queries the long running Gluetun instance for its health status every 5 seconds....
It's because the binary is on a Scratch image so there is no shell. What program does lazydocker use to modify the configure? Maybe we can incorporate it in Go?...
Maybe put a statically built xdg-open binary next to lazydocker in the scratch image? I'm away from keyboard but I'll check later. EDIT: I'm looking into it now, I might...
When you try to edit the configuration with `e`, it also fails with this [error](https://github.com/jesseduffield/lazydocker/blob/a3b3c94ed2c09e898bf2885a59ada921a318d585/pkg/commands/os.go#L164). I will try to add a static build of `vi` to see if it works...
Since I sort of caused the bug (but fixing another bug/missing-feature), I will try to help, if you have `git` installed you can build it from the forked repo +...
This issue was fixed with PR https://github.com/filebrowser/filebrowser/pull/3130