jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
36.24k stars 1.17k forks source link

See logs from all running containers #555

Open ajmeese7 opened 2 months ago

ajmeese7 commented 2 months ago

Is your feature request related to a problem? Please describe. Much like in the Docker Desktop application, I would love if I was able to see a live stream of logs from all active containers in the project instead of just one container at a time.

Describe the solution you'd like This, but in lazydocker:

image

Describe alternatives you've considered This may already exist, I might just be ignorant and have missed it. Please correct me if this functionality is already in place.

ryutaro-asada commented 2 months ago

You can see the results of docker-compose logs by pressing m in the Project panel. https://github.com/jesseduffield/lazydocker/blob/master/docs/keybindings/Keybindings_en.md#project

You can also modfy the command in commandTemplates.viewAlLogs of the configfile . https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default

ajmeese7 commented 2 months ago

Whenever I press m I don't have any logs:

m press logs

But I have logs in my containers:

lzd container logs