Skip to content

spoondoggy/log-relay

Repository files navigation

Log Relay

Docker container that makes it possible to recursively tail local log files in your browser.

Fastest Way To Use

Linux/MacOS

Save a copy of the log-relay script into a directory in your PATH. Then cd to your log directory in your terminal and execute log-relay. Execute log-relay --help for more options.

Or run the container directly:

docker run --rm -d \
    -v .:/tail \
    -w /var/task \
    -p "127.0.0.1:9000:9000/tcp" \
    spoondoggy/log-relay:latest node /var/task/main.js

Windows Powershell

Save a copy of the log-relay.ps1 script into a directory in your PATH. Then cd to your log directory in your terminal and execute log-relay.

Or run the container directly:

docker run --rm -d `
    -v .:/tail `
    -w /var/task `
    -p "127.0.0.1:9000:9000/tcp" `
    spoondoggy/log-relay:latest node /var/task/main.js

About

Docker container that makes it possible to recursively tail local log files in your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published