Skip to content
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

Open
Alexandrsv opened this issue Aug 17, 2024 · 7 comments
Open

Empty logs #574

Alexandrsv opened this issue Aug 17, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@Alexandrsv
Copy link

Alexandrsv commented Aug 17, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. open lazydocker
  2. Click on container
  3. Log is empty

Screenshots

Screen

image

Desktop (please complete the following information):

  • OS: Ubuntu 24.04 LTS
  • Lazydocker Version 0.23.3

Additional context
Docker version 27.1.1, build 6312585
Containers are started using the command "docker compose -f 'path' up -d"

@Alexandrsv Alexandrsv added the bug Something isn't working label Aug 17, 2024
@Brenex
Copy link

Brenex commented Aug 31, 2024

Also experiencing this issue. Using the run command line as an alias under debian:

alias lzd='docker run --rm -it --name lazydocker -v /var/run/docker.sock:/var/run/docker.sock -v ~/docker-apps/lazydocker:/.config/jesseduffield/lazydocker lazyteam/lazydocker'

Using a master compose file with docker compose up -d

@slipperybeluga
Copy link

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

@zouloux
Copy link

zouloux commented Oct 6, 2024

Same here, containers started with docker compose -f have empty logs. Logs are visible with docker logs $id --follow. Debian 12, lazydocker installed with curl. Version 12.3. It was working in the previous version I had but I lost the specific version number.

@zouloux
Copy link

zouloux commented Oct 6, 2024

Tested with 12.1, same issue.

@RaymondBakker
Copy link

See #391 (comment)

@Xerxes004
Copy link

See #391 (comment)

I don't think this is the same issue. I just started the service with docker compose up -d and saw no logs.

@sequencerr
Copy link

sequencerr commented Oct 23, 2024

I don't see logs with bash alias approach(lazydocker the docker image), but it works with manually installed binary

sequencerr added a commit to sequencerr/dotfiles that referenced this issue Nov 7, 2024
+ fix select in (fallback from fzf)
+ disable mouse
+ fix no logs. see: jesseduffield/lazydocker#569 jesseduffield/lazydocker#218 jesseduffield/lazydocker#574
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants