jesseduffield / jesseduffield/lazydocker

Logs tab is always empty

Open
#218 20 comments 20 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
52.8k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
The Logs tab is empty for each containers but when I press "m" key, logs appears as well.

**To Reproduce**
Steps to reproduce the behavior:
1. Launch lazydocker
2. Navigate in different containers -> Logs tab is still empty
3. Press "m" key -> GUI disappears, logs are shown
4. Press Ctrl+c -> GUI re-appears, Logs tab is still empty

**Expected behaviour**
Logs tab should display content !

**Desktop (please complete the following information):**
- OS: Debian Stretch
- Lazydocker Version: docker image lazyteam/lazydocker:version-0.9.1

**docker-compose.yml**
```yml
version: '3'
services:
lazydocker:
container_name: lazydocker
image: lazyteam/lazydocker:version-0.9.1
build:
context: https://github.com/jesseduffield/lazydocker.git
args:
BASE_IMAGE_BUILDER: golang
GOARCH: amd64
GOARM:
stdin_open: true
tty: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/local/lazydocker/:/.config/jesseduffield/lazydocker
restart: always
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.