-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty logs #574
Comments
Also experiencing this issue. Using the run command line as an alias under debian:
Using a master compose file with docker compose up -d |
Common thread here seems to be using docker-compose -f. Lazydocker was working fine for me when I previously ran docker-compose up -d in my directory with a single docker-compose.yml file. Logs stopped showing up in lazydocker as I started using additional separate docker-compose files all started with -f {path} arguments. e.g., docker-compose $(for file in /path/*.yml; do echo -n "-f $file "; done) up -d |
Same here, containers started with |
Tested with 12.1, same issue. |
See #391 (comment) |
I don't think this is the same issue. I just started the service with |
I don't see logs with bash alias approach(lazydocker the docker image), but it works with manually installed binary |
+ fix select in (fallback from fzf) + disable mouse + fix no logs. see: jesseduffield/lazydocker#569 jesseduffield/lazydocker#218 jesseduffield/lazydocker#574
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Screen
Desktop (please complete the following information):
Additional context
Docker version 27.1.1, build 6312585
Containers are started using the command "docker compose -f 'path' up -d"
The text was updated successfully, but these errors were encountered: