docker-loghose
docker-loghose copied to clipboard
Collect all the logs from all docker containers
Results
2
docker-loghose issues
Sort by
recently updated
recently updated
newest added
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 4.0.3. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access v4.0.1 Remove false-positive Apache-exploit (Fixes #79). #80 v3.0.1 Fix unintialized memory access v3.0.0...
dependencies
There is a new way to capture logs from Docker: Implementing Docker plugin API endpoints and reading logs from fifo. See https://docs.docker.com/engine/extend/plugins_logging/ I'm not sure if we can keep the...