jwalton/Collect Docker Logs

Collect logs from all docker containers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
destDestination folder to write to. If not provided, logs will be written to stdout. If provided, the folder will be created if it doesn't exist, and files will be written based on container names (e.g. 'redis.log'). no
imagesA comma delimited list of image names. If provided, only output from containers with these images will be shown. Containers will match if the image matches exactly (e.g. "mongo:3.4.22") or if the image name matches without a tag (e.g. "mongo" will match "mongo:3.4.22"). no
tailMax number of lines to show from each container. Defaults to "all".noall
shellShell to execute commands. Defaults to "/bin/sh".no/bin/sh

no outputs