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

Simple CLI script for reading docker logs files

Notifications You must be signed in to change notification settings

MaronMariusz/GoDockerLogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple CLI script for reading docker logs files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published