Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 402 Bytes

docker-logs-transfer

Reformat docker JSON log to read friendly

How to use

Use the following command to replace existing log:

./docker-logs-transfer -p your.log

Or the following command to output it into a new file:

./docker-logs-transfer -p your.log -o out.log

Use ./docker-logs-transfer -h to show more options