Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

kmlucy/docker-tailon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

docker-tailon

To run a basic setup:

docker run --rm -d -p 80:80 --name tailon \
    -v /path/to/log1.log:/log/log1.log:ro \
    -v /path/to/log2.log:/log/log2.log:ro \
    -v /path/to/log3.log:/log/log3.log:ro \
    ghcr.io/kmlucy/docker-tailon

You can also provide any command to Tailon instead of the default. Example:

docker run --rm -d -p 80:80 --name tailon \
    -v /path/to/logs/directory:/log/:ro \
    ghcr.io/kmlucy/docker-tailon -b "0.0.0.0:80" -r "/tailon/" -f "/log/*" -a -t 36

Based on gvalkov/tailon

About

Container for Tailon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages