Skip to content

ipedrazas/docker-tailon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-tailon

I was looking for an easy way to expose application logs via web. Tailon does that very well, so I just needed an easy way to send my logs to Tailon: Docker volumes, of course :)

First run a conatiner you want to capture the logs from. If your conatiner was not given a name, grab the name and pass it to the Tailon container:

docker run -it --rm -p 8084:8084 --volumes-from CONTAINER_NAME ipedrazas/tailon

Access your web console in port 8084

About

Docker Tailon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages