Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 275 Bytes

GoDockerLogs

Simple CLI script for reading docker logs files by its timestamp

How to use

  1. Export docker logs with timestamp data docker logs -t <containerID> > logs.txt
  2. go run read.go ./logs.txt
  3. Open http://localhost:9090
  4. Select log line by timestamp