Starting with version 0.25.0, I'm seeing bash: line 1: docker-compose: command not found on the Logs tab for every Project entry. I was able to downgrade to 0.24.4 and the issue goes away, so I believe this is a regression.
I don't know if it's relevant, but the way I use lazydocker involves modifying my DOCKER_HOST env. I'll include it in my repro steps in case it's relevant.
Steps to reproduce the behavior:
- Have multiple containers running on a host using
docker compose run -d.
- On a separate machine, run
DOCKER_HOST=ssh://<host> lazydocker
- Use Shift+Tab to move to the Projects window and view their
Logs tab.
Expected behaviour: Logs should be visible.
Desktop:
- Docker Host OS: Debian 13 (Trixie)
- Client OS: Arch
- Lazydocker Version: 0.25.0-1 (from arch
extra repo)
Starting with version 0.25.0, I'm seeing
bash: line 1: docker-compose: command not foundon the Logs tab for every Project entry. I was able to downgrade to 0.24.4 and the issue goes away, so I believe this is a regression.I don't know if it's relevant, but the way I use lazydocker involves modifying my
DOCKER_HOSTenv. I'll include it in my repro steps in case it's relevant.Steps to reproduce the behavior:
docker compose run -d.DOCKER_HOST=ssh://<host> lazydockerLogstab.Expected behaviour: Logs should be visible.
Desktop:
extrarepo)