An open API service indexing awesome lists of open source software.

https://github.com/rsteube/dclnav

zsh plugin to open docker-compose container logs in lnav
https://github.com/rsteube/dclnav

docker-compose lnav zsh

Last synced: about 2 months ago
JSON representation

zsh plugin to open docker-compose container logs in lnav

Awesome Lists containing this project

README

          

# dclnav

ZSH plugin to open [docker-compose](https://github.com/docker/compose) logs in [lnav](http://lnav.org/).
Plugin itself simply calls `docker-compose logs [service...]`, strips the container name prefix, removes any shell coloring and then pipes the output to lnav.

## Example

```
docker-compose up -d
curl localhost:8080
dclnav nginx
docker-compose stop
```

![](example.png)